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
2398 |
# File 'sig/client.rbs', line 2398
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
2399 |
# File 'sig/client.rbs', line 2399
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
2400 |
# File 'sig/client.rbs', line 2400
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
2403 |
# File 'sig/client.rbs', line 2403
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
2402 |
# File 'sig/client.rbs', line 2402
def credential_provider_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
2404 |
# File 'sig/client.rbs', line 2404
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2401 |
# File 'sig/client.rbs', line 2401
def name: () -> ::String
|