Class: Aws::ManagedGrafana::Types::ListWorkspaceServiceAccountTokensResponse

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

#next_tokenString

The token to use when requesting the next set of service accounts.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1039

class ListWorkspaceServiceAccountTokensResponse < Struct.new(
  :next_token,
  :service_account_id,
  :service_account_tokens,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_account_idString

The ID of the service account where the tokens reside.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1039

class ListWorkspaceServiceAccountTokensResponse < Struct.new(
  :next_token,
  :service_account_id,
  :service_account_tokens,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_account_tokensArray<Types::ServiceAccountTokenSummary>

An array of structures containing information about the tokens.



1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1039

class ListWorkspaceServiceAccountTokensResponse < Struct.new(
  :next_token,
  :service_account_id,
  :service_account_tokens,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace where the tokens reside.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1039

class ListWorkspaceServiceAccountTokensResponse < Struct.new(
  :next_token,
  :service_account_id,
  :service_account_tokens,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end