PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Detective::MemberDetail; use Moose; has AccountId => (is => 'ro', isa => 'Str'); has AdministratorId => (is => 'ro', isa => 'Str'); has DisabledReason => (is => 'ro', isa => 'Str'); has EmailAddress => (is => 'ro', isa => 'Str'); has GraphArn => (is => 'ro', isa => 'Str'); has InvitedTime => (is => 'ro', isa => 'Str'); has MasterId => (is => 'ro', isa => 'Str'); has PercentOfGraphUtilization => (is => 'ro', isa => 'Num'); has PercentOfGraphUtilizationUpdatedTime => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has UpdatedTime => (is => 'ro', isa => 'Str'); has VolumeUsageInBytes => (is => 'ro', isa => 'Int'); has VolumeUsageUpdatedTime => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Detective::MemberDetail =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION Details about a member account that was invited to contribute to a behavior graph. =head1 ATTRIBUTES =head2 AccountId => Str The AWS account identifier for the member account. =head2 AdministratorId => Str The AWS account identifier of the administrator account for the behavior graph. =head2 DisabledReason => Str For member accounts with a status of C, the reason that the member account is not enabled. The reason can have one of the following values: =over =item * C - Indicates that adding the member account would cause the data volume for the behavior graph to be too high. =item * C - Indicates that Detective is unable to verify the data volume for the member account. This is usually because the member account is not enrolled in Amazon GuardDuty. =back =head2 EmailAddress => Str The AWS account root user email address for the member account. =head2 GraphArn => Str The ARN of the behavior graph that the member account was invited to. =head2 InvitedTime => Str The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch. =head2 MasterId => Str The AWS account identifier of the administrator account for the behavior graph. =head2 PercentOfGraphUtilization => Num The 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 C is 25. It represents 25% of the maximum allowed data volume. =head2 PercentOfGraphUtilizationUpdatedTime => Str The date and time when the graph utilization percentage was last updated. =head2 Status => Str The current membership status of the member account. The status can have one of the following values: =over =item * C - Indicates that the member was sent an invitation but has not yet responded. =item * C - Indicates that Detective is verifying that the account identifier and email address provided for the member account match. If they do match, then Detective sends the invitation. If the email address and account identifier don't match, then the member cannot be added to the behavior graph. =item * C - Indicates that the account and email address provided for the member account do not match, and Detective did not send an invitation to the account. =item * C - Indicates that the member account accepted the invitation to contribute to the behavior graph. =item * C - Indicates that the member account accepted the invitation but is prevented from contributing data to the behavior graph. C provides the reason why the member account is not enabled. =back Member accounts that declined an invitation or that were removed from the behavior graph are not included. =head2 UpdatedTime => Str The date and time that the member account was last updated. The value is in milliseconds since the epoch. =head2 VolumeUsageInBytes => Int The data volume in bytes per day for the member account. =head2 VolumeUsageUpdatedTime => Str The data and time when the member account data volume was last updated. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut