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
1197 |
# File 'sig/client.rbs', line 1197
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
1198 |
# File 'sig/client.rbs', line 1198
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
1199 |
# File 'sig/client.rbs', line 1199
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#created_time ⇒ ::Time
1202 |
# File 'sig/client.rbs', line 1202
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
1201 |
# File 'sig/client.rbs', line 1201
def credential_provider_arn: () -> ::String
|
#last_updated_time ⇒ ::Time
1203 |
# File 'sig/client.rbs', line 1203
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
1200 |
# File 'sig/client.rbs', line 1200
def name: () -> ::String
|