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
2850 |
# File 'sig/client.rbs', line 2850
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
2848 |
# File 'sig/client.rbs', line 2848
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "CoinbaseCDP", "StripePrivy"
2847 |
# File 'sig/client.rbs', line 2847
def credential_provider_vendor: () -> ("CoinbaseCDP" | "StripePrivy")
|
#last_updated_time ⇒ ::Time
2851 |
# File 'sig/client.rbs', line 2851
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2846 |
# File 'sig/client.rbs', line 2846
def name: () -> ::String
|
#provider_configuration_output ⇒ Types::PaymentProviderConfigurationOutput
2849 |
# File 'sig/client.rbs', line 2849
def provider_configuration_output: () -> Types::PaymentProviderConfigurationOutput
|