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
2858 |
# File 'sig/client.rbs', line 2858
def created_time: () -> ::Time
|
#credential_provider_arn ⇒ ::String
2856 |
# File 'sig/client.rbs', line 2856
def credential_provider_arn: () -> ::String
|
#credential_provider_vendor ⇒ "CoinbaseCDP", "StripePrivy"
2855 |
# File 'sig/client.rbs', line 2855
def credential_provider_vendor: () -> ("CoinbaseCDP" | "StripePrivy")
|
#last_updated_time ⇒ ::Time
2859 |
# File 'sig/client.rbs', line 2859
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
2854 |
# File 'sig/client.rbs', line 2854
def name: () -> ::String
|
#provider_configuration_output ⇒ Types::PaymentProviderConfigurationOutput
2857 |
# File 'sig/client.rbs', line 2857
def provider_configuration_output: () -> Types::PaymentProviderConfigurationOutput
|