class Aws::AmplifyBackend::Types::UpdateBackendConfigRequest

@note When making an API call, you may pass UpdateBackendConfigRequest

data as a hash:

    {
      app_id: "__string", # required
      login_auth_config: {
        aws_cognito_identity_pool_id: "__string",
        aws_cognito_region: "__string",
        aws_user_pools_id: "__string",
        aws_user_pools_web_client_id: "__string",
      },
    }

@!attribute [rw] app_id

@return [String]

@!attribute [rw] login_auth_config

The request object for this operation.
@return [Types::LoginAuthConfigReqObj]

@see docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/UpdateBackendConfigRequest AWS API Documentation

Constants

SENSITIVE