MemberDetail class

Details about a member account that was invited to contribute to a behavior graph.

Constructors

MemberDetail({String? accountId, MemberDisabledReason? disabledReason, String? emailAddress, String? graphArn, DateTime? invitedTime, String? masterId, double? percentOfGraphUtilization, DateTime? percentOfGraphUtilizationUpdatedTime, MemberStatus? status, DateTime? updatedTime})
MemberDetail.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
The AWS account identifier for the member account.
final
disabledReason MemberDisabledReason?
For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member account is not enabled.
final
emailAddress String?
The AWS account root user email address for the member account.
final
graphArn String?
The ARN of the behavior graph that the member account was invited to.
final
hashCode int
The hash code for this object.
no setterinherited
invitedTime DateTime?
The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.
final
masterId String?
The AWS account identifier of the master account for the behavior graph.
final
percentOfGraphUtilization double?
The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent.
final
percentOfGraphUtilizationUpdatedTime DateTime?
The date and time when the graph utilization percentage was last updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status MemberStatus?
The current membership status of the member account. The status can have one of the following values:
final
updatedTime DateTime?
The date and time that the member account was last updated. The value is in milliseconds since the epoch.
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