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