Account class
Contains information about an AWS account that is a member of an organization.
Constructors
- Account({String? arn, String? email, String? id, AccountJoinedMethod? joinedMethod, DateTime? joinedTimestamp, String? name, AccountStatus? status})
-
Account.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the account.
final
- email → String?
-
The email address associated with the AWS account.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier (ID) of the account.
final
- joinedMethod → AccountJoinedMethod?
-
The method by which the account joined the organization.
final
- joinedTimestamp → DateTime?
-
The date the account became a part of the organization.
final
- name → String?
-
The friendly name of the account.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → AccountStatus?
-
The status of the 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