Class: Aws::CloudFormation::Types::DeleteChangeSetInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#change_set_nameString

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1918

class DeleteChangeSetInput < Struct.new(
  :change_set_name,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

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.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1918

class DeleteChangeSetInput < Struct.new(
  :change_set_name,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end