The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Macie2::Member

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::Macie2::Member object:

$service_obj->Method(Att1 => { AccountId => $value, ..., UpdatedAt => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Macie2::Member object:

$result = $service_obj->Method(...);
$result->Att1->AccountId

DESCRIPTION

Provides information about an account that's associated with an Amazon Macie administrator account.

ATTRIBUTES

AccountId => Str

The Amazon Web Services account ID for the account.

AdministratorAccountId => Str

The Amazon Web Services account ID for the administrator account.

Arn => Str

The Amazon Resource Name (ARN) of the account.

Email => Str

The email address for the account.

InvitedAt => Str

The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie invitation hasn't been sent to the account.

MasterAccountId => Str

(Deprecated) The Amazon Web Services account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.

RelationshipStatus => Str

The current status of the relationship between the account and the administrator account.

Tags => Paws::Macie2::TagMap

A map of key-value pairs that identifies the tags (keys and values) that are associated with the account in Amazon Macie.

UpdatedAt => Str

The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Macie2

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