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]
2827 |
# File 'sig/client.rbs', line 2827
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#last_updated_at ⇒ ::Time
2828 |
# File 'sig/client.rbs', line 2828
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
2825 |
# File 'sig/client.rbs', line 2825
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
2823 |
# File 'sig/client.rbs', line 2823
def payment_connector_id: () -> ::String
|
#payment_manager_id ⇒ ::String
2824 |
# File 'sig/client.rbs', line 2824
def payment_manager_id: () -> ::String
|
#status ⇒ "CREATING", ...
2829 |
# File 'sig/client.rbs', line 2829
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "CoinbaseCDP", "StripePrivy"
2826 |
# File 'sig/client.rbs', line 2826
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|