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
2646 |
# File 'sig/client.rbs', line 2646
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
2647 |
# File 'sig/client.rbs', line 2647
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
2648 |
# File 'sig/client.rbs', line 2648
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
2651 |
# File 'sig/client.rbs', line 2651
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
2650 |
# File 'sig/client.rbs', line 2650
def credential_provider_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
2652 |
# File 'sig/client.rbs', line 2652
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2649 |
# File 'sig/client.rbs', line 2649
def name: () -> ::String
|