Class: Aws::OpsWorks::Types::CreateStackResult

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

Overview

Contains the response to a CreateStack request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

The stack ID, which is an opaque string that you use to identify the stack when performing actions such as DescribeStacks.

Returns:

  • (String)


1856
1857
1858
1859
1860
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1856

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