Class: Aws::ManagedGrafana::Types::DeleteWorkspaceApiKeyResponse

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 key that was deleted.

Returns:

  • (String)


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_idString

The ID of the workspace where the key was deleted.

Returns:

  • (String)


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