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

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

Returns:

  • (String)


12773
12774
12775
12776
12777
# File 'lib/aws-sdk-lightsail/types.rb', line 12773

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