Class: Aws::Lightsail::Types::GetInstanceStateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstanceStateResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ Types::InstanceState
The state of the instance.
Instance Attribute Details
#state ⇒ Types::InstanceState
The state of the instance.
8254 8255 8256 8257 8258 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8254 class GetInstanceStateResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |