Class: Aws::Lightsail::Types::GetInstanceStateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstanceStateResult
- Includes:
- Structure
- Defined in:
- 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.
8273 8274 8275 8276 8277 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8273 class GetInstanceStateResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |