Class: Aws::OpsWorks::Types::CreateInstanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::CreateInstanceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘CreateInstance` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The instance ID.
Instance Attribute Details
#instance_id ⇒ String
The instance ID.
1333 1334 1335 1336 1337 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1333 class CreateInstanceResult < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |