Module: Aws::BedrockAgentCoreControl::Client::_UpdatePaymentConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePaymentConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorization_url ⇒ ::String
- #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
#authorization_url ⇒ ::String
3133 |
# File 'sig/client.rbs', line 3133
def authorization_url: () -> ::String
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
3130 |
# File 'sig/client.rbs', line 3130
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#last_updated_at ⇒ ::Time
3131 |
# File 'sig/client.rbs', line 3131
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
3128 |
# File 'sig/client.rbs', line 3128
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
3126 |
# File 'sig/client.rbs', line 3126
def payment_connector_id: () -> ::String
|
#payment_manager_id ⇒ ::String
3127 |
# File 'sig/client.rbs', line 3127
def payment_manager_id: () -> ::String
|
#status ⇒ "CREATING", ...
3132 |
# File 'sig/client.rbs', line 3132
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
|
#type ⇒ "CoinbaseCDP", "StripePrivy"
3129 |
# File 'sig/client.rbs', line 3129
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|