Class: Aws::WorkSpaces::Types::StartRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Information used to start a WorkSpace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


4480
4481
4482
4483
4484
# File 'lib/aws-sdk-workspaces/types.rb', line 4480

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