Class: Aws::ManagedGrafana::Types::DeleteWorkspaceApiKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DeleteWorkspaceApiKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_name ⇒ String
The name of the API key to delete.
-
#workspace_id ⇒ String
The ID of the workspace to delete.
Instance Attribute Details
#key_name ⇒ String
The name of the API key to delete.
570 571 572 573 574 575 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 570 class DeleteWorkspaceApiKeyRequest < Struct.new( :key_name, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace to delete.
570 571 572 573 574 575 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 570 class DeleteWorkspaceApiKeyRequest < Struct.new( :key_name, :workspace_id) SENSITIVE = [] include Aws::Structure end |