AdminAccount class
The account within the organization specified as the GuardDuty delegated administrator.
Constructors
- AdminAccount({String? adminAccountId, AdminStatus? adminStatus})
-
AdminAccount.fromJson(Map<
String, dynamic> json) -
factory
Properties
- adminAccountId → String?
-
The AWS account ID for the account.
final
- adminStatus → AdminStatus?
-
Indicates whether the account is enabled as the delegated administrator.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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