Module: Aws::BedrockAgentCoreControl::Client::_GetApiKeyCredentialProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApiKeyCredentialProviderResponse]
- 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
1372 |
# File 'sig/client.rbs', line 1372
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
1373 |
# File 'sig/client.rbs', line 1373
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
1374 |
# File 'sig/client.rbs', line 1374
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
1377 |
# File 'sig/client.rbs', line 1377
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1376 |
# File 'sig/client.rbs', line 1376
def credential_provider_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
1378 |
# File 'sig/client.rbs', line 1378
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1375 |
# File 'sig/client.rbs', line 1375
def name: () -> ::String
|