Module: Aws::ManagedGrafana::Client::_CreateWorkspaceServiceAccountTokenResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateWorkspaceServiceAccountTokenResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #service_account_id ⇒ ::String
- #service_account_token ⇒ Types::ServiceAccountTokenSummaryWithKey
- #workspace_id ⇒ ::String
Instance Method Details
#service_account_id ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def service_account_id: () -> ::String
|
#service_account_token ⇒ Types::ServiceAccountTokenSummaryWithKey
159 |
# File 'sig/client.rbs', line 159
def service_account_token: () -> Types::ServiceAccountTokenSummaryWithKey
|
#workspace_id ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def workspace_id: () -> ::String
|