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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1359
1360
1361
1362
1363
1364
# File 'lib/aws-sdk-budgets/types.rb', line 1359

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:



1359
1360
1361
1362
1363
1364
# File 'lib/aws-sdk-budgets/types.rb', line 1359

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