class Aws::CloudFormation::Types::DescribeChangeSetHooksInput

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

data as a hash:

    {
      change_set_name: "ChangeSetNameOrId", # required
      stack_name: "StackNameOrId",
      next_token: "NextToken",
      logical_resource_id: "LogicalResourceId",
    }

@!attribute [rw] change_set_name

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

@!attribute [rw] stack_name

If you specified the name of a change set, specify the stack name or
stack ID (ARN) of the change set you want to describe.
@return [String]

@!attribute [rw] next_token

A string, provided by the `DescribeChangeSetHooks` response output,
that identifies the next page of information that you want to
retrieve.
@return [String]

@!attribute [rw] logical_resource_id

If specified, lists only the hooks related to the specified
`LogicalResourceId`.
@return [String]

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

Constants

SENSITIVE