Class: Aws::Lightsail::Types::StartInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::StartInstanceRequest
- 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 (a virtual private server) to start.
Instance Attribute Details
#instance_name ⇒ String
The name of the instance (a virtual private server) to start.
13952 13953 13954 13955 13956 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13952 class StartInstanceRequest < Struct.new( :instance_name) SENSITIVE = [] include Aws::Structure end |