Class: Aws::CloudFormation::Types::CreateChangeSetOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The Amazon Resource Name (ARN) of the change set.

Returns:

  • (String)


1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1045

class CreateChangeSetOutput < Struct.new(
  :id,
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The unique ID of the stack.

Returns:

  • (String)


1045
1046
1047
1048
1049
1050
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1045

class CreateChangeSetOutput < Struct.new(
  :id,
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end