Module: Aws::BedrockAgentCoreControl::Client::_CreateApiKeyCredentialProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateApiKeyCredentialProviderResponse]
- 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"
- #credential_provider_arn ⇒ ::String
- #name ⇒ ::String
Instance Method Details
#api_key_secret_arn ⇒ Types::Secret
181 |
# File 'sig/client.rbs', line 181
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
183 |
# File 'sig/client.rbs', line 183
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#credential_provider_arn ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def credential_provider_arn: () -> ::String
|
#name ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def name: () -> ::String
|