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)


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

def authorization_url: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#credential_provider_configurations::Array[Types::CredentialsProviderConfiguration]



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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#payment_connector_id::String

Returns:

  • (::String)


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

def payment_connector_id: () -> ::String

#payment_manager_id::String

Returns:

  • (::String)


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

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


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

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


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

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