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

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

Overview

Note:

When making an API call, you may pass StartRequest data as a hash:

{
  workspace_id: "WorkspaceId",
}

Information used to start a WorkSpace.

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


1378
1379
1380
1381
# File 'lib/aws-sdk-workspaces/types.rb', line 1378

class StartRequest < Struct.new(
  :workspace_id)
  include Aws::Structure
end