You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::AccountQuota

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a quota for an AWS account, for example, the number of replication instances allowed.

Instance Attribute Summary collapse

Instance Attribute Details

#account_quota_nameString

The name of the AWS DMS quota for this AWS account.

Returns:

  • (String)

    The name of the AWS DMS quota for this AWS account.

#maxInteger

The maximum allowed value for the quota.

Returns:

  • (Integer)

    The maximum allowed value for the quota.

#usedInteger

The amount currently used toward the quota maximum.

Returns:

  • (Integer)

    The amount currently used toward the quota maximum.