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
- Struct
- Aws::DatabaseMigrationService::Types::AccountQuota
- Defined in:
- (unknown)
Overview
Describes a quota for an AWS account, for example, the number of replication instances allowed.
Instance Attribute Summary collapse
-
#account_quota_name ⇒ String
The name of the AWS DMS quota for this AWS account.
-
#max ⇒ Integer
The maximum allowed value for the quota.
-
#used ⇒ Integer
The amount currently used toward the quota maximum.
Instance Attribute Details
#account_quota_name ⇒ String
The name of the AWS DMS quota for this AWS account.
#max ⇒ Integer
The maximum allowed value for the quota.
#used ⇒ Integer
The amount currently used toward the quota maximum.