Class: Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountTokenResponse

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 where the token was deleted.

Returns:

  • (String)


689
690
691
692
693
694
695
# File 'lib/aws-sdk-managedgrafana/types.rb', line 689

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

#token_idString

The ID of the token that was deleted.

Returns:

  • (String)


689
690
691
692
693
694
695
# File 'lib/aws-sdk-managedgrafana/types.rb', line 689

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

#workspace_idString

The ID of the workspace where the token was deleted.

Returns:

  • (String)


689
690
691
692
693
694
695
# File 'lib/aws-sdk-managedgrafana/types.rb', line 689

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