Class: Aws::WorkSpaces::Types::StartRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StartRequest
- 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
-
#workspace_id ⇒ String
The identifier of the WorkSpace.
Instance Attribute Details
#workspace_id ⇒ String
The identifier of the WorkSpace.
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 |