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)

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

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:


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

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