Class: Aws::OpsWorks::Types::CreateStackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::CreateStackResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘CreateStack` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_id ⇒ String
The stack ID, which is an opaque string that you use to identify the stack when performing actions such as ‘DescribeStacks`.
Instance Attribute Details
#stack_id ⇒ String
The stack ID, which is an opaque string that you use to identify the stack when performing actions such as ‘DescribeStacks`.
1864 1865 1866 1867 1868 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1864 class CreateStackResult < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |