Class: Aws::WorkSpaces::Types::TerminateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::TerminateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes the information used to terminate 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.
4651 4652 4653 4654 4655 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4651 class TerminateRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |