NAME
Paws::Detective::MemberDetail
USAGE
This 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, ..., UpdatedTime => $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
DESCRIPTION
Amazon Detective is currently in preview.
Details about a member account that was invited to contribute to a behavior graph.
ATTRIBUTES
AccountId => Str
The AWS account identifier for the member account.
EmailAddress => Str
The AWS account root user email address for the member account.
GraphArn => Str
The ARN of the behavior graph that the member account was invited to.
InvitedTime => Str
The date and time that Detective sent the invitation to the member account. The value is in milliseconds since the epoch.
MasterId => Str
The AWS account identifier of the master account for the behavior graph.
Status => Str
The current membership status of the member account. The status can have one of the following values:
INVITED- Indicates that the member was sent an invitation but has not yet responded.VERIFICATION_IN_PROGRESS- 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.VERIFICATION_FAILED- 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.ENABLED- Indicates that the member account accepted the invitation to contribute to the behavior graph.
Member accounts that declined an invitation or that were removed from the behavior graph are not included.
UpdatedTime => Str
The date and time that the member account was last updated. The value is in milliseconds since the epoch.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Detective
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues