Class: Aws::CloudFormation::Types::DescribeChangeSetHooksInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

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 describe.

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
2485
# File 'lib/aws-sdk-cloudformation/types.rb', line 2478

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

#logical_resource_idString

If specified, lists only the Hooks related to the specified ‘LogicalResourceId`.

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
2485
# File 'lib/aws-sdk-cloudformation/types.rb', line 2478

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

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
2485
# File 'lib/aws-sdk-cloudformation/types.rb', line 2478

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

#stack_nameString

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.

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
2485
# File 'lib/aws-sdk-cloudformation/types.rb', line 2478

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