Module: Aws::ManagedGrafana::Client::_ListWorkspaceServiceAccountsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListWorkspaceServiceAccountsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #service_accounts ⇒ ::Array[Types::ServiceAccountSummary]
- #workspace_id ⇒ ::String
Instance Method Details
#next_token ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def next_token: () -> ::String
|
#service_accounts ⇒ ::Array[Types::ServiceAccountSummary]
320 |
# File 'sig/client.rbs', line 320
def service_accounts: () -> ::Array[Types::ServiceAccountSummary]
|
#workspace_id ⇒ ::String
321 |
# File 'sig/client.rbs', line 321
def workspace_id: () -> ::String
|