Module: Aws::BedrockAgentCoreControl::Client::_UpdateApiKeyCredentialProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateApiKeyCredentialProviderResponse]
- 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
2390 |
# File 'sig/client.rbs', line 2390
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
2391 |
# File 'sig/client.rbs', line 2391
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
2392 |
# File 'sig/client.rbs', line 2392
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
2395 |
# File 'sig/client.rbs', line 2395
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
2394 |
# File 'sig/client.rbs', line 2394
def credential_provider_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
2396 |
# File 'sig/client.rbs', line 2396
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2393 |
# File 'sig/client.rbs', line 2393
def name: () -> ::String
|