Module: Aws::BedrockAgentCoreControl::Client::_UpdatePaymentConnectorResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdatePaymentConnectorResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#authorization_url::String

Returns:

  • (::String)


3153
# File 'sig/client.rbs', line 3153

def authorization_url: () -> ::String

#credential_provider_configurations::Array[Types::CredentialsProviderConfiguration]



3150
# File 'sig/client.rbs', line 3150

def credential_provider_configurations: () -> ::Array[Types::CredentialsProviderConfiguration]

#last_updated_at::Time

Returns:

  • (::Time)


3151
# File 'sig/client.rbs', line 3151

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


3148
# File 'sig/client.rbs', line 3148

def name: () -> ::String

#payment_connector_id::String

Returns:

  • (::String)


3146
# File 'sig/client.rbs', line 3146

def payment_connector_id: () -> ::String

#payment_manager_id::String

Returns:

  • (::String)


3147
# File 'sig/client.rbs', line 3147

def payment_manager_id: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "UPDATING", "DELETING", "READY", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED", "AWS_MARKETPLACE_SUBSCRIPTION_REQUIRED", "PENDING_AUTHENTICATION", "PROVISIONING", "AUTHENTICATION_EXPIRED", "AUTHENTICATION_FAILED")


3152
# File 'sig/client.rbs', line 3152

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"

Returns:

  • ("CoinbaseCDP", "StripePrivy")


3149
# File 'sig/client.rbs', line 3149

def type: () -> ("CoinbaseCDP" | "StripePrivy")