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.
Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z
public class DescribeAccountAttributesResponse : AmazonWebServiceResponse
The DescribeAccountAttributesResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeAccountAttributesResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
AccountQuotas | System.Collections.Generic.List<Amazon.DatabaseMigrationService.Model.AccountQuota> |
Gets and sets the property AccountQuotas. Account quota information. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
UniqueAccountIdentifier | System.String |
Gets and sets the property UniqueAccountIdentifier.
A unique DMS identifier for an account in a particular Amazon Web Services Region.
The value of this identifier has the following format:
DMS supports the |
Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. This operation does not take any parameters.
var client = new AmazonDatabaseMigrationServiceClient(); var response = client.DescribeAccountAttributes(new DescribeAccountAttributesRequest { }); List<AccountQuota> accountQuotas = response.AccountQuotas;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5