Class: Aws::Budgets::Types::DescribeSubscribersForNotificationRequest

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

Overview

Request of DescribeSubscribersForNotification

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The accountId that is associated with the budget whose subscribers you want descriptions of.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1275

class DescribeSubscribersForNotificationRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#budget_nameString

The name of the budget whose subscribers you want descriptions of.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1275

class DescribeSubscribersForNotificationRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An optional integer that represents how many entries a paginated response contains.

Returns:

  • (Integer)


1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1275

class DescribeSubscribersForNotificationRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1275

class DescribeSubscribersForNotificationRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#notificationTypes::Notification

The notification whose subscribers you want to list.

Returns:



1275
1276
1277
1278
1279
1280
1281
1282
1283
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1275

class DescribeSubscribersForNotificationRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end