DelegatedAdministrator class

Contains information about the delegated administrator.

Constructors

DelegatedAdministrator({String? arn, DateTime? delegationEnabledDate, String? email, String? id, AccountJoinedMethod? joinedMethod, DateTime? joinedTimestamp, String? name, AccountStatus? status})
DelegatedAdministrator.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the delegated administrator's account.
final
delegationEnabledDate DateTime?
The date when the account was made a delegated administrator.
final
email String?
The email address that is associated with the delegated administrator's AWS account.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier (ID) of the delegated administrator's account.
final
joinedMethod AccountJoinedMethod?
The method by which the delegated administrator's account joined the organization.
final
joinedTimestamp DateTime?
The date when the delegated administrator's account became a part of the organization.
final
name String?
The friendly name of the delegated administrator's account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AccountStatus?
The status of the delegated administrator's account in the organization.
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