Module: Aws::BedrockAgentCoreControl::Client::_GetPaymentConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPaymentConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
- #description ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #payment_connector_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #type ⇒ "CoinbaseCDP", "StripePrivy"
Instance Method Details
#created_at ⇒ ::Time
1531 |
# File 'sig/client.rbs', line 1531
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
1530 |
# File 'sig/client.rbs', line 1530
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#description ⇒ ::String
1528 |
# File 'sig/client.rbs', line 1528
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
1532 |
# File 'sig/client.rbs', line 1532
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1527 |
# File 'sig/client.rbs', line 1527
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
1526 |
# File 'sig/client.rbs', line 1526
def payment_connector_id: () -> ::String
|
#status ⇒ "CREATING", ...
1533 |
# File 'sig/client.rbs', line 1533
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "CoinbaseCDP", "StripePrivy"
1529 |
# File 'sig/client.rbs', line 1529
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|