Module: Aws::BedrockAgentCoreControl::Client::_CreatePaymentConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePaymentConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorization_url ⇒ ::String
- #created_at ⇒ ::Time
- #credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
- #name ⇒ ::String
- #payment_connector_id ⇒ ::String
- #payment_manager_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #type ⇒ "CoinbaseCDP", "StripePrivy"
Instance Method Details
#authorization_url ⇒ ::String
783 |
# File 'sig/client.rbs', line 783
def authorization_url: () -> ::String
|
#created_at ⇒ ::Time
781 |
# File 'sig/client.rbs', line 781
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
780 |
# File 'sig/client.rbs', line 780
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#name ⇒ ::String
778 |
# File 'sig/client.rbs', line 778
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def payment_connector_id: () -> ::String
|
#payment_manager_id ⇒ ::String
777 |
# File 'sig/client.rbs', line 777
def payment_manager_id: () -> ::String
|
#status ⇒ "CREATING", ...
782 |
# File 'sig/client.rbs', line 782
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"
779 |
# File 'sig/client.rbs', line 779
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|