AWS SDK Version 3 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 a quota for an Amazon Web Services account, for example the number of replication instances allowed.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.AccountQuota

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

Syntax

C#
public class AccountQuota

The AccountQuota type exposes the following members

Constructors

NameDescription
Public Method AccountQuota()

Properties

NameTypeDescription
Public Property AccountQuotaName System.String

Gets and sets the property AccountQuotaName.

The name of the DMS quota for this Amazon Web Services account.

Public Property Max System.Int64

Gets and sets the property Max.

The maximum allowed value for the quota.

Public Property Used System.Int64

Gets and sets the property Used.

The amount currently used toward the quota maximum.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5