Class: Aws::CloudFormation::Types::CreateChangeSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::CreateChangeSetOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
The output for the CreateChangeSet action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The Amazon Resource Name (ARN) of the change set.
-
#stack_id ⇒ String
The unique ID of the stack.
Instance Attribute Details
#id ⇒ String
The Amazon Resource Name (ARN) of the change set.
1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 1036 class CreateChangeSetOutput < Struct.new( :id, :stack_id) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The unique ID of the stack.
1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 1036 class CreateChangeSetOutput < Struct.new( :id, :stack_id) SENSITIVE = [] include Aws::Structure end |