![]() |
![]()
| ![]() |
![]()
NAMEPaws::Detective::MemberDetail USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Detective::MemberDetail object: $service_obj->Method(Att1 => { AccountId => $value, ..., VolumeUsageUpdatedTime => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Detective::MemberDetail object: $result = $service_obj->Method(...); $result->Att1->AccountId DESCRIPTIONDetails about a member account that was invited to contribute to a behavior graph. ATTRIBUTESAccountId => StrThe AWS account identifier for the member account. AdministratorId => StrThe AWS account identifier of the administrator account for the behavior graph. DisabledReason => StrFor member accounts with a status of "ACCEPTED_BUT_DISABLED", the reason that the member account is not enabled. The reason can have one of the following values:
EmailAddress => StrThe AWS account root user email address for the member account. GraphArn => StrThe ARN of the behavior graph that the member account was invited to. InvitedTime => StrThe date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch. MasterId => StrThe AWS account identifier of the administrator account for the behavior graph. PercentOfGraphUtilization => NumThe member account data volume as a percentage of the maximum allowed data volume. 0 indicates 0 percent, and 100 indicates 100 percent. Note that this is not the percentage of the behavior graph data volume. For example, the data volume for the behavior graph is 80 GB per day. The maximum data volume is 160 GB per day. If the data volume for the member account is 40 GB per day, then "PercentOfGraphUtilization" is 25. It represents 25% of the maximum allowed data volume. PercentOfGraphUtilizationUpdatedTime => StrThe date and time when the graph utilization percentage was last updated. Status => StrThe current membership status of the member account. The status can have one of the following values:
Member accounts that declined an invitation or that were removed from the behavior graph are not included. UpdatedTime => StrThe date and time that the member account was last updated. The value is in milliseconds since the epoch. VolumeUsageInBytes => IntThe data volume in bytes per day for the member account. VolumeUsageUpdatedTime => StrThe data and time when the member account data volume was last updated. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Detective BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|