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

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

Instance Attribute Details

#idString

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

Returns:

  • (String)


1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-cloudformation/types.rb', line 1042

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

#stack_idString

The unique ID of the stack.

Returns:

  • (String)


1042
1043
1044
1045
1046
1047
# File 'lib/aws-sdk-cloudformation/types.rb', line 1042

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