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
1385 |
# File 'sig/client.rbs', line 1385
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
1386 |
# File 'sig/client.rbs', line 1386
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
1387 |
# File 'sig/client.rbs', line 1387
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
1390 |
# File 'sig/client.rbs', line 1390
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1389 |
# File 'sig/client.rbs', line 1389
def credential_provider_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
1391 |
# File 'sig/client.rbs', line 1391
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1388 |
# File 'sig/client.rbs', line 1388
def name: () -> ::String
|