Module: Aws::BedrockAgentCoreControl::Client::_GetApiKeyCredentialProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApiKeyCredentialProviderResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_key_secret_arn ⇒ Types::Secret
- #api_key_secret_json_key ⇒ ::String
- #api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
- #created_time ⇒ ::Time
- #credential_provider_arn ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
Instance Method Details
#api_key_secret_arn ⇒ Types::Secret
1376 |
# File 'sig/client.rbs', line 1376
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
1377 |
# File 'sig/client.rbs', line 1377
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
1378 |
# File 'sig/client.rbs', line 1378
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
1381 |
# File 'sig/client.rbs', line 1381
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1380 |
# File 'sig/client.rbs', line 1380
def credential_provider_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
1382 |
# File 'sig/client.rbs', line 1382
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1379 |
# File 'sig/client.rbs', line 1379
def name: () -> ::String
|