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.
8508 8509 8510 8511 8512 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8508 class GetInstanceStateResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |