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
624 |
# File 'sig/client.rbs', line 624
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
623 |
# File 'sig/client.rbs', line 623
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#name ⇒ ::String
621 |
# File 'sig/client.rbs', line 621
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
619 |
# File 'sig/client.rbs', line 619
def payment_connector_id: () -> ::String
|
#payment_manager_id ⇒ ::String
620 |
# File 'sig/client.rbs', line 620
def payment_manager_id: () -> ::String
|
#status ⇒ "CREATING", ...
625 |
# File 'sig/client.rbs', line 625
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "CoinbaseCDP", "StripePrivy"
622 |
# File 'sig/client.rbs', line 622
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|