Class: Aws::Lightsail::Types::GetInstanceResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#instanceTypes::Instance

An array of key-value pairs containing information about the specified instance.

Returns:



3370
3371
3372
3373
# File 'lib/aws-sdk-lightsail/types.rb', line 3370

class GetInstanceResult < Struct.new(
  :instance)
  include Aws::Structure
end