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)


12587
12588
12589
12590
12591
# File 'lib/aws-sdk-lightsail/types.rb', line 12587

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