Class: Aws::OpsWorks::Types::CreateInstanceResult

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

Overview

Contains the response to a CreateInstance request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The instance ID.

Returns:

  • (String)


1327
1328
1329
1330
1331
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 1327

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