Class: Aws::WorkSpaces::Types::StopRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StopRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the information used to stop 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.
4534 4535 4536 4537 4538 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4534 class StopRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |