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)


8170
8171
8172
8173
8174
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8170

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