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

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

Overview

The output for a CreateStack action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

Unique identifier of the stack.

Returns:

  • (String)


1565
1566
1567
1568
1569
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1565

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