Class: Aws::CloudFormation::Types::DescribeChangeSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeChangeSetInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
The input for the DescribeChangeSet action.
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.
-
#include_property_values ⇒ Boolean
If ‘true`, the returned changes include detailed changes in the property values.
-
#next_token ⇒ String
A string (provided by the DescribeChangeSet 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 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.
2362 2363 2364 2365 2366 2367 2368 2369 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2362 class DescribeChangeSetInput < Struct.new( :change_set_name, :stack_name, :next_token, :include_property_values) SENSITIVE = [] include Aws::Structure end |
#include_property_values ⇒ Boolean
If ‘true`, the returned changes include detailed changes in the property values.
2362 2363 2364 2365 2366 2367 2368 2369 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2362 class DescribeChangeSetInput < Struct.new( :change_set_name, :stack_name, :next_token, :include_property_values) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
2362 2363 2364 2365 2366 2367 2368 2369 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2362 class DescribeChangeSetInput < Struct.new( :change_set_name, :stack_name, :next_token, :include_property_values) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
2362 2363 2364 2365 2366 2367 2368 2369 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2362 class DescribeChangeSetInput < Struct.new( :change_set_name, :stack_name, :next_token, :include_property_values) SENSITIVE = [] include Aws::Structure end |