Class: Aws::Budgets::Types::DescribeSubscribersForNotificationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Overview

Response of DescribeSubscribersForNotification

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token in the service response that indicates the next set of results that you can retrieve.

Returns:

  • (String)


1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1296

class DescribeSubscribersForNotificationResponse < Struct.new(
  :subscribers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#subscribersArray<Types::Subscriber>

A list of subscribers that are associated with a notification.

Returns:



1296
1297
1298
1299
1300
1301
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1296

class DescribeSubscribersForNotificationResponse < Struct.new(
  :subscribers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end