AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the current monthly spend limits for sending voice and text messages. For more information on increasing your monthly spend limit, see Requesting a spending quota increase in the AWS End User Messaging SMS User Guide.

Inheritance Hierarchy

System.Object
  Amazon.PinpointSMSVoiceV2.Model.SpendLimit

Namespace: Amazon.PinpointSMSVoiceV2.Model
Assembly: AWSSDK.PinpointSMSVoiceV2.dll
Version: 3.x.y.z

Syntax

C#
public class SpendLimit

The SpendLimit type exposes the following members

Constructors

NameDescription
Public Method SpendLimit()

Properties

NameTypeDescription
Public Property EnforcedLimit System.Nullable<System.Int64>

Gets and sets the property EnforcedLimit.

The maximum amount of money, in US dollars, that you want to be able to spend sending messages each month. This value has to be less than or equal to the amount in MaxLimit. To use this custom limit, Overridden must be set to true.

Public Property MaxLimit System.Nullable<System.Int64>

Gets and sets the property MaxLimit.

The maximum amount of money that you are able to spend to send messages each month, in US dollars.

Public Property Name Amazon.PinpointSMSVoiceV2.SpendLimitName

Gets and sets the property Name.

The name for the SpendLimit.

Public Property Overridden System.Nullable<System.Boolean>

Gets and sets the property Overridden.

When set to True, the value that has been specified in the EnforcedLimit is used to determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer