Class: Aws::Budgets::Types::CreateSubscriberRequest

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

Overview

Request of CreateSubscriber

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The accountId that is associated with the budget that you want to create a subscriber for.

Returns:

  • (String)


691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 691

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

#budget_nameString

The name of the budget that you want to subscribe to. Budget names must be unique within an account.

Returns:

  • (String)


691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 691

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

#notificationTypes::Notification

The notification that you want to create a subscriber for.

Returns:



691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 691

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

#subscriberTypes::Subscriber

The subscriber that you want to associate with a budget notification.

Returns:



691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 691

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