Module: Aws::BedrockAgentCoreControl::Client::_CreatePaymentConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePaymentConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #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
#created_at ⇒ ::Time
772 |
# File 'sig/client.rbs', line 772
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
771 |
# File 'sig/client.rbs', line 771
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#name ⇒ ::String
769 |
# File 'sig/client.rbs', line 769
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
767 |
# File 'sig/client.rbs', line 767
def payment_connector_id: () -> ::String
|
#payment_manager_id ⇒ ::String
768 |
# File 'sig/client.rbs', line 768
def payment_manager_id: () -> ::String
|
#status ⇒ "CREATING", ...
773 |
# File 'sig/client.rbs', line 773
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "CoinbaseCDP", "StripePrivy"
770 |
# File 'sig/client.rbs', line 770
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|