Class: Aws::Lightsail::Types::StartInstanceRequest

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 (a virtual private server) to start.

Returns:

  • (String)


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