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

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


3765
3766
3767
3768
3769
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3765

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