Class: Aws::CloudFormation::Types::DeleteChangeSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DeleteChangeSetInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
The input for the DeleteChangeSet action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_set_name ⇒ String
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
-
#stack_name ⇒ String
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.
Instance Attribute Details
#change_set_name ⇒ String
The name or Amazon Resource Name (ARN) of the change set that you want to delete.
1878 1879 1880 1881 1882 1883 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1878 class DeleteChangeSetInput < Struct.new( :change_set_name, :stack_name) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.
1878 1879 1880 1881 1882 1883 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1878 class DeleteChangeSetInput < Struct.new( :change_set_name, :stack_name) SENSITIVE = [] include Aws::Structure end |