Class: Aws::WorkSpaces::Types::StartRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StartRequest
- 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
-
#workspace_id ⇒ String
The identifier of the WorkSpace.
Instance Attribute Details
#workspace_id ⇒ String
The identifier of the WorkSpace.
3219 3220 3221 3222 3223 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3219 class StartRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |