Class: Aws::ManagedGrafana::Types::ListWorkspaceServiceAccountsResponse

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)


1087
1088
1089
1090
1091
1092
1093
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1087

class ListWorkspaceServiceAccountsResponse < Struct.new(
  :next_token,
  :service_accounts,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_accountsArray<Types::ServiceAccountSummary>

An array of structures containing information about the service accounts.

Returns:



1087
1088
1089
1090
1091
1092
1093
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1087

class ListWorkspaceServiceAccountsResponse < Struct.new(
  :next_token,
  :service_accounts,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The workspace to which the service accounts are associated.

Returns:

  • (String)


1087
1088
1089
1090
1091
1092
1093
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1087

class ListWorkspaceServiceAccountsResponse < Struct.new(
  :next_token,
  :service_accounts,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end