Class: Aws::Lightsail::Types::RebootInstanceRequest

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 to reboot.

Returns:

  • (String)


12627
12628
12629
12630
12631
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12627

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