Class: Aws::Lightsail::Types::GetInstanceStateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_nameString

The name of the instance to get state information about.

Returns:

  • (String)


8244
8245
8246
8247
8248
# File 'lib/aws-sdk-lightsail/types.rb', line 8244

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