Class: Aws::IoTTwinMaker::Types::DeleteWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteWorkspaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
Note:
When making an API call, you may pass DeleteWorkspaceRequest data as a hash:
{
workspace_id: "Id", # required
}
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.
1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1439 class DeleteWorkspaceRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |