![]() |
![]()
| ![]() |
![]()
NAMEPaws::Macie2::Member 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::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 DESCRIPTIONProvides information about an account that's associated with an Amazon Macie administrator account. ATTRIBUTESAccountId => StrThe Amazon Web Services account ID for the account. AdministratorAccountId => StrThe Amazon Web Services account ID for the administrator account. Arn => StrThe Amazon Resource Name (ARN) of the account. Email => StrThe email address for the account. InvitedAt => StrThe 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 => StrThe current status of the relationship between the account and the administrator account. Tags => Paws::Macie2::TagMapA map of key-value pairs that identifies the tags (keys and values) that are associated with the account in Amazon Macie. UpdatedAt => StrThe 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 ALSOThis class forms part of Paws, describing an object used in Paws::Macie2 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>
|