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

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

Returns:

  • (String)


476
477
478
479
480
481
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 476

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)


476
477
478
479
480
481
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 476

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