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
A string, provided by the ‘DescribeChangeSetHooks` response output, that identifies the next page of information that you want to retrieve.
-
#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.
2287 2288 2289 2290 2291 2292 2293 2294 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2287 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`.
2287 2288 2289 2290 2291 2292 2293 2294 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2287 class DescribeChangeSetHooksInput < Struct.new( :change_set_name, :stack_name, :next_token, :logical_resource_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A string, provided by the ‘DescribeChangeSetHooks` response output, that identifies the next page of information that you want to retrieve.
2287 2288 2289 2290 2291 2292 2293 2294 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2287 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.
2287 2288 2289 2290 2291 2292 2293 2294 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2287 class DescribeChangeSetHooksInput < Struct.new( :change_set_name, :stack_name, :next_token, :logical_resource_id) SENSITIVE = [] include Aws::Structure end |