Class: Aws::IoTTwinMaker::Types::DeleteWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteWorkspaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_id ⇒ String
The ID of the workspace to delete.
Instance Attribute Details
#workspace_id ⇒ String
The ID of the workspace to delete.
1122 1123 1124 1125 1126 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1122 class DeleteWorkspaceRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |