Class: Aws::Lightsail::Types::RebootInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::RebootInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_name ⇒ String
The name of the instance to reboot.
Instance Attribute Details
#instance_name ⇒ String
The name of the instance to reboot.
12642 12643 12644 12645 12646 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12642 class RebootInstanceRequest < Struct.new( :instance_name) SENSITIVE = [] include Aws::Structure end |