Class: Aws::Lightsail::Types::GetInstanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstanceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance ⇒ Types::Instance
An array of key-value pairs containing information about the specified instance.
Instance Attribute Details
#instance ⇒ Types::Instance
An array of key-value pairs containing information about the specified instance.
8182 8183 8184 8185 8186 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8182 class GetInstanceResult < Struct.new( :instance) SENSITIVE = [] include Aws::Structure end |