Class: Aws::Budgets::Types::DeleteSubscriberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DeleteSubscriberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Request of DeleteSubscriber
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ‘accountId` that is associated with the budget whose subscriber you want to delete.
-
#budget_name ⇒ String
The name of the budget whose subscriber you want to delete.
-
#notification ⇒ Types::Notification
The notification whose subscriber you want to delete.
-
#subscriber ⇒ Types::Subscriber
The subscriber that you want to delete.
Instance Attribute Details
#account_id ⇒ String
The ‘accountId` that is associated with the budget whose subscriber you want to delete.
864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-budgets/types.rb', line 864 class DeleteSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :subscriber) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
The name of the budget whose subscriber you want to delete.
864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-budgets/types.rb', line 864 class DeleteSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :subscriber) SENSITIVE = [] include Aws::Structure end |
#notification ⇒ Types::Notification
The notification whose subscriber you want to delete.
864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-budgets/types.rb', line 864 class DeleteSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :subscriber) SENSITIVE = [] include Aws::Structure end |
#subscriber ⇒ Types::Subscriber
The subscriber that you want to delete.
864 865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-budgets/types.rb', line 864 class DeleteSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :subscriber) SENSITIVE = [] include Aws::Structure end |