Class: Aws::CloudFormation::Types::DescribeChangeSetHooksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeChangeSetHooksInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
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 describe.
-
#logical_resource_id ⇒ String
If specified, lists only the Hooks related to the specified ‘LogicalResourceId`.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#stack_name ⇒ String
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.
Instance Attribute Details
#change_set_name ⇒ String
The name or Amazon Resource Name (ARN) of the change set that you want to describe.
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_id ⇒ String
If specified, lists only the Hooks related to the specified ‘LogicalResourceId`.
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_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
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_name ⇒ String
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.
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 |