Class: Aws::Budgets::Types::CreateSubscriberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::CreateSubscriberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Request of CreateSubscriber
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ‘accountId` that is associated with the budget that you want to create a subscriber for.
-
#budget_name ⇒ String
The name of the budget that you want to subscribe to.
-
#notification ⇒ Types::Notification
The notification that you want to create a subscriber for.
-
#subscriber ⇒ Types::Subscriber
The subscriber that you want to associate with a budget notification.
Instance Attribute Details
#account_id ⇒ String
The ‘accountId` that is associated with the budget that you want to create a subscriber for.
705 706 707 708 709 710 711 712 |
# File 'lib/aws-sdk-budgets/types.rb', line 705 class CreateSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :subscriber) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
The name of the budget that you want to subscribe to. Budget names must be unique within an account.
705 706 707 708 709 710 711 712 |
# File 'lib/aws-sdk-budgets/types.rb', line 705 class CreateSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :subscriber) SENSITIVE = [] include Aws::Structure end |
#notification ⇒ Types::Notification
The notification that you want to create a subscriber for.
705 706 707 708 709 710 711 712 |
# File 'lib/aws-sdk-budgets/types.rb', line 705 class CreateSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :subscriber) SENSITIVE = [] include Aws::Structure end |
#subscriber ⇒ Types::Subscriber
The subscriber that you want to associate with a budget notification.
705 706 707 708 709 710 711 712 |
# File 'lib/aws-sdk-budgets/types.rb', line 705 class CreateSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :subscriber) SENSITIVE = [] include Aws::Structure end |