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
1738 |
# File 'sig/client.rbs', line 1738
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
1737 |
# File 'sig/client.rbs', line 1737
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#description ⇒ ::String
1735 |
# File 'sig/client.rbs', line 1735
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
1739 |
# File 'sig/client.rbs', line 1739
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1734 |
# File 'sig/client.rbs', line 1734
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
1733 |
# File 'sig/client.rbs', line 1733
def payment_connector_id: () -> ::String
|
#status ⇒ "CREATING", ...
1740 |
# File 'sig/client.rbs', line 1740
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "CoinbaseCDP", "StripePrivy"
1736 |
# File 'sig/client.rbs', line 1736
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|