Module: Aws::BedrockAgentCoreControl::Client::_CreatePaymentConnectorResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#authorization_url::String

Returns:

  • (::String)


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

def authorization_url: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#credential_provider_configurations::Array[Types::CredentialsProviderConfiguration]



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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#payment_connector_id::String

Returns:

  • (::String)


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

def payment_connector_id: () -> ::String

#payment_manager_id::String

Returns:

  • (::String)


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

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")


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

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")


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

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