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
1203 |
# File 'sig/client.rbs', line 1203
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
1204 |
# File 'sig/client.rbs', line 1204
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
1205 |
# File 'sig/client.rbs', line 1205
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
1208 |
# File 'sig/client.rbs', line 1208
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1207 |
# File 'sig/client.rbs', line 1207
def credential_provider_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
1209 |
# File 'sig/client.rbs', line 1209
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1206 |
# File 'sig/client.rbs', line 1206
def name: () -> ::String
|