Class: Aws::CloudFormation::Types::CreateStackOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

The output for a CreateStack action.

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

Unique identifier of the stack.

Returns:

  • (String)


1094
1095
1096
1097
# File 'lib/aws-sdk-cloudformation/types.rb', line 1094

class CreateStackOutput < Struct.new(
  :stack_id)
  include Aws::Structure
end