Method: Aws::OpsWorks::Types::CreateInstanceResult#instance_id
- Defined in:
- lib/aws-sdk-opsworks/types.rb
permalink #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 |