class Aws::CloudFormation::Types::DeleteChangeSetInput

The input for the DeleteChangeSet action.

@note When making an API call, you may pass DeleteChangeSetInput

data as a hash:

    {
      change_set_name: "ChangeSetNameOrId", # required
      stack_name: "StackNameOrId",
    }

@!attribute [rw] change_set_name

The name or Amazon Resource Name (ARN) of the change set that you
want to delete.
@return [String]

@!attribute [rw] stack_name

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeleteChangeSetInput AWS API Documentation

Constants

SENSITIVE