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
157 |
# File 'sig/client.rbs', line 157
def api_key_secret_arn: () -> Types::Secret
|
#api_key_secret_json_key ⇒ ::String
158 |
# File 'sig/client.rbs', line 158
def api_key_secret_json_key: () -> ::String
|
#api_key_secret_source ⇒ "MANAGED", "EXTERNAL"
159 |
# File 'sig/client.rbs', line 159
def api_key_secret_source: () -> ("MANAGED" | "EXTERNAL")
|
#credential_provider_arn ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def credential_provider_arn: () -> ::String
|
#name ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def name: () -> ::String
|