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)


8411
8412
8413
8414
8415
# File 'lib/aws-sdk-lightsail/types.rb', line 8411

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