DescribeAccountAttributesResponse class

Constructors

DescribeAccountAttributesResponse({List<AccountQuota>? accountQuotas, String? uniqueAccountIdentifier})
DescribeAccountAttributesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

accountQuotas List<AccountQuota>?
Account quota information.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueAccountIdentifier String?
A unique AWS DMS identifier for an account in a particular AWS Region. The value of this identifier has the following format: c99999999999. DMS uses this identifier to name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket for storing task assessment reports in a given AWS Region. The format of this S3 bucket name is the following: dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this default S3 bucket: dms-111122223333-c44445555666.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited