Class: Aws::ManagedGrafana::Types::ListWorkspaceServiceAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ListWorkspaceServiceAccountsResponse
- Defined in:
- gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of service accounts.
-
#service_accounts ⇒ Array<Types::ServiceAccountSummary>
An array of structures containing information about the service accounts.
-
#workspace_id ⇒ String
The workspace to which the service accounts are associated.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of service accounts.
1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1104 class ListWorkspaceServiceAccountsResponse < Struct.new( :next_token, :service_accounts, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#service_accounts ⇒ Array<Types::ServiceAccountSummary>
An array of structures containing information about the service accounts.
1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1104 class ListWorkspaceServiceAccountsResponse < Struct.new( :next_token, :service_accounts, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The workspace to which the service accounts are associated.
1104 1105 1106 1107 1108 1109 1110 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1104 class ListWorkspaceServiceAccountsResponse < Struct.new( :next_token, :service_accounts, :workspace_id) SENSITIVE = [] include Aws::Structure end |