Class: Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountTokenRequest

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

#service_account_idString

The ID of the service account from which to delete the token.

Returns:

  • (String)


667
668
669
670
671
672
673
# File 'lib/aws-sdk-managedgrafana/types.rb', line 667

class DeleteWorkspaceServiceAccountTokenRequest < Struct.new(
  :service_account_id,
  :token_id,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#token_idString

The ID of the token to delete.

Returns:

  • (String)


667
668
669
670
671
672
673
# File 'lib/aws-sdk-managedgrafana/types.rb', line 667

class DeleteWorkspaceServiceAccountTokenRequest < Struct.new(
  :service_account_id,
  :token_id,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace from which to delete the token.

Returns:

  • (String)


667
668
669
670
671
672
673
# File 'lib/aws-sdk-managedgrafana/types.rb', line 667

class DeleteWorkspaceServiceAccountTokenRequest < Struct.new(
  :service_account_id,
  :token_id,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end