Class: Aws::ManagedGrafana::Types::DeleteWorkspaceApiKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DeleteWorkspaceApiKeyResponse
- 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 key that was deleted.
-
#workspace_id ⇒ String
The ID of the workspace where the key was deleted.
Instance Attribute Details
#key_name ⇒ String
The name of the key that was deleted.
587 588 589 590 591 592 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 587 class DeleteWorkspaceApiKeyResponse < Struct.new( :key_name, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace where the key was deleted.
587 588 589 590 591 592 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 587 class DeleteWorkspaceApiKeyResponse < Struct.new( :key_name, :workspace_id) SENSITIVE = [] include Aws::Structure end |