Module: Aws::BedrockAgentCoreControl::Client::_UpdatePaymentConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePaymentConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #payment_connector_id ⇒ ::String
- #payment_manager_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #type ⇒ "CoinbaseCDP", "StripePrivy"
Instance Method Details
#credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
2835 |
# File 'sig/client.rbs', line 2835
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#last_updated_at ⇒ ::Time
2836 |
# File 'sig/client.rbs', line 2836
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
2833 |
# File 'sig/client.rbs', line 2833
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
2831 |
# File 'sig/client.rbs', line 2831
def payment_connector_id: () -> ::String
|
#payment_manager_id ⇒ ::String
2832 |
# File 'sig/client.rbs', line 2832
def payment_manager_id: () -> ::String
|
#status ⇒ "CREATING", ...
2837 |
# File 'sig/client.rbs', line 2837
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "CoinbaseCDP", "StripePrivy"
2834 |
# File 'sig/client.rbs', line 2834
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|