Class: Aws::PrometheusService::Types::DeleteWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DeleteWorkspaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the input of a DeleteWorkspace operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier that you can provide to ensure the idempotency of the request.
-
#workspace_id ⇒ String
The ID of the workspace to delete.
Instance Attribute Details
#client_token ⇒ String
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1037 class DeleteWorkspaceRequest < Struct.new( :workspace_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace to delete.
1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1037 class DeleteWorkspaceRequest < Struct.new( :workspace_id, :client_token) SENSITIVE = [] include Aws::Structure end |