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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


13920
13921
13922
13923
13924
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13920

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