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
2654 |
# File 'sig/client.rbs', line 2654
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
2655 |
# File 'sig/client.rbs', line 2655
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
2656 |
# File 'sig/client.rbs', line 2656
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
2659 |
# File 'sig/client.rbs', line 2659
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
2658 |
# File 'sig/client.rbs', line 2658
def credential_provider_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
2660 |
# File 'sig/client.rbs', line 2660
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2657 |
# File 'sig/client.rbs', line 2657
def name: () -> ::String
|