Module: Aws::BedrockAgentCoreControl::Client::_UpdatePaymentCredentialProviderResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePaymentCredentialProviderResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::Time
- #credential_provider_arn ⇒ ::String
- #credential_provider_vendor ⇒ "CoinbaseCDP", "StripePrivy"
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #provider_configuration_output ⇒ Types::PaymentProviderConfigurationOutput
Instance Method Details
#created_time ⇒ ::Time
3174 |
# File 'sig/client.rbs', line 3174
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
3172 |
# File 'sig/client.rbs', line 3172
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "CoinbaseCDP", "StripePrivy"
3171 |
# File 'sig/client.rbs', line 3171
def credential_provider_vendor: () -> ("CoinbaseCDP" | "StripePrivy")
|
#last_updated_time ⇒ ::Time
3175 |
# File 'sig/client.rbs', line 3175
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
3170 |
# File 'sig/client.rbs', line 3170
def name: () -> ::String
|
#provider_configuration_output ⇒ Types::PaymentProviderConfigurationOutput
3173 |
# File 'sig/client.rbs', line 3173
def provider_configuration_output: () -> Types::PaymentProviderConfigurationOutput
|