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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_idString

The ID of the workspace to delete.

Returns:

  • (String)


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