Module: Aws::BedrockAgentCoreControl::Client::_GetPaymentConnectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPaymentConnectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorization_url ⇒ ::String
- #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
#authorization_url ⇒ ::String
1756 |
# File 'sig/client.rbs', line 1756
def authorization_url: () -> ::String
|
#created_at ⇒ ::Time
1753 |
# File 'sig/client.rbs', line 1753
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialsProviderConfiguration]
1752 |
# File 'sig/client.rbs', line 1752
def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]
|
#description ⇒ ::String
1750 |
# File 'sig/client.rbs', line 1750
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
1754 |
# File 'sig/client.rbs', line 1754
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1749 |
# File 'sig/client.rbs', line 1749
def name: () -> ::String
|
#payment_connector_id ⇒ ::String
1748 |
# File 'sig/client.rbs', line 1748
def payment_connector_id: () -> ::String
|
#status ⇒ "CREATING", ...
1755 |
# File 'sig/client.rbs', line 1755
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "READY" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED" | "PENDING_AUTHENTICATION" | "PROVISIONING" | "AUTHENTICATION_EXPIRED" | "AUTHENTICATION_FAILED")
|
#type ⇒ "CoinbaseCDP", "StripePrivy"
1751 |
# File 'sig/client.rbs', line 1751
def type: () -> ("CoinbaseCDP" | "StripePrivy")
|