Class: Aws::Lightsail::Types::GetInstanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstanceResult
- Defined in:
- gems/aws-sdk-lightsail/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.
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 |