Class: Aws::ManagedGrafana::Types::DeleteWorkspaceApiKeyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_nameString

The name of the API key to delete.

Returns:

  • (String)


459
460
461
462
463
464
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 459

class DeleteWorkspaceApiKeyRequest < Struct.new(
  :key_name,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace to delete.

Returns:

  • (String)


459
460
461
462
463
464
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 459

class DeleteWorkspaceApiKeyRequest < Struct.new(
  :key_name,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end