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:



8183
8184
8185
8186
8187
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8183

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