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
1523 |
# File 'sig/client.rbs', line 1523
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
1522 |
# File 'sig/client.rbs', line 1522
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#description ⇒ ::String
1520 |
# File 'sig/client.rbs', line 1520
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
1524 |
# File 'sig/client.rbs', line 1524
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1519 |
# File 'sig/client.rbs', line 1519
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
1518 |
# File 'sig/client.rbs', line 1518
def payment_connector_id: () -> ::String
|
#status ⇒ "CREATING", ...
1525 |
# File 'sig/client.rbs', line 1525
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "CoinbaseCDP", "StripePrivy"
1521 |
# File 'sig/client.rbs', line 1521
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|