Module: Aws::ManagedGrafana::Client::_ListWorkspaceServiceAccountTokensResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListWorkspaceServiceAccountTokensResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #service_account_id ⇒ ::String
- #service_account_tokens ⇒ ::Array[Types::ServiceAccountTokenSummary]
- #workspace_id ⇒ ::String
Instance Method Details
#next_token ⇒ ::String
303 |
# File 'sig/client.rbs', line 303
def next_token: () -> ::String
|
#service_account_id ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def service_account_id: () -> ::String
|
#service_account_tokens ⇒ ::Array[Types::ServiceAccountTokenSummary]
304 |
# File 'sig/client.rbs', line 304
def service_account_tokens: () -> ::Array[Types::ServiceAccountTokenSummary]
|
#workspace_id ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def workspace_id: () -> ::String
|