MemberDetail

Details about a member account in a behavior graph.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services account identifier for the member account.

Link copied to clipboard

The Amazon Web Services account identifier of the administrator account for the behavior graph.

Link copied to clipboard

The state of a data source package for the behavior graph.

Link copied to clipboard

For member accounts with a status of ACCEPTED_BUT_DISABLED, the reason that the member account is not enabled.

Link copied to clipboard

The Amazon Web Services account root user email address for the member account.

Link copied to clipboard

The ARN of the behavior graph.

Link copied to clipboard

The type of behavior graph membership.

Link copied to clipboard

For invited accounts, the date and time that Detective sent the invitation to the account. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

Link copied to clipboard

The Amazon Web Services account identifier of the administrator account for the behavior graph.

Link copied to clipboard

The member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent.

Link copied to clipboard

The date and time when the graph utilization percentage was last updated. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

Link copied to clipboard

The current membership status of the member account. The status can have one of the following values:

Link copied to clipboard

The date and time that the member account was last updated. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

Link copied to clipboard

Details on the volume of usage for each data source package in a behavior graph.

Link copied to clipboard

The data volume in bytes per day for the member account.

Link copied to clipboard

The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

Functions

Link copied to clipboard
inline fun copy(block: MemberDetail.Builder.() -> Unit = {}): MemberDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String