Class: Aws::Lightsail::Types::GetInstanceStateResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateTypes::InstanceState

The state of the instance.



8256
8257
8258
8259
8260
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8256

class GetInstanceStateResult < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end