Class: Aws::CloudFormation::Types::CreateChangeSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::CreateChangeSetOutput
- Defined in:
- gems/aws-sdk-cloudformation/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.
1038 1039 1040 1041 1042 1043 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1038 class CreateChangeSetOutput < Struct.new( :id, :stack_id) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The unique ID of the stack.
1038 1039 1040 1041 1042 1043 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1038 class CreateChangeSetOutput < Struct.new( :id, :stack_id) SENSITIVE = [] include Aws::Structure end |