Class: Aws::Lightsail::Types::GetInstanceRequest

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

#instance_nameString

The name of the instance.

Returns:

  • (String)


8150
8151
8152
8153
8154
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8150

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