Class: Aws::ManagedGrafana::Types::DeleteWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DeleteWorkspaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
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.
600 601 602 603 604 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 600 class DeleteWorkspaceRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |