GetAccountResponse class
A list of details about the email-sending capabilities of your Amazon SES account in the current AWS Region.
Constructors
- GetAccountResponse({bool? dedicatedIpAutoWarmupEnabled, AccountDetails? details, String? enforcementStatus, bool? productionAccessEnabled, SendQuota? sendQuota, bool? sendingEnabled, SuppressionAttributes? suppressionAttributes})
-
GetAccountResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dedicatedIpAutoWarmupEnabled → bool?
-
Indicates whether or not the automatic warm-up feature is enabled for
dedicated IP addresses that are associated with your account.
final
- details → AccountDetails?
-
An object that defines your account details.
final
- enforcementStatus → String?
-
The reputation status of your Amazon SES account. The status can be one of
the following:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- productionAccessEnabled → bool?
-
Indicates whether or not your account has production access in the current
AWS Region.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendingEnabled → bool?
-
Indicates whether or not email sending is enabled for your Amazon SES
account in the current AWS Region.
final
- sendQuota → SendQuota?
-
An object that contains information about the per-day and per-second sending
limits for your Amazon SES account in the current AWS Region.
final
- suppressionAttributes → SuppressionAttributes?
-
An object that contains information about the email address suppression
preferences for your account in the current AWS Region.
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