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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instanceTypes::Instance

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

Returns:



8313
8314
8315
8316
8317
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8313

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