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.



8274
8275
8276
8277
8278
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8274

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