![]() |
![]()
| ![]() |
![]()
NAMEPaws::Macie2::UserIdentity 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::UserIdentity object: $service_obj->Method(Att1 => { AssumedRole => $value, ..., Type => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Macie2::UserIdentity object: $result = $service_obj->Method(...); $result->Att1->AssumedRole DESCRIPTIONProvides information about the type and other characteristics of an entity that performed an action on an affected resource. ATTRIBUTESAssumedRole => Paws::Macie2::AssumedRoleIf the action was performed with temporary security credentials that were obtained using the AssumeRole operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity. AwsAccount => Paws::Macie2::AwsAccountIf the action was performed using the credentials for another Amazon Web Services account, the details of that account. AwsService => Paws::Macie2::AwsServiceIf the action was performed by an Amazon Web Services account that belongs to an Amazon Web Service, the name of the service. FederatedUser => Paws::Macie2::FederatedUserIf the action was performed with temporary security credentials that were obtained using the GetFederationToken operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity. IamUser => Paws::Macie2::IamUserIf the action was performed using the credentials for an Identity and Access Management (IAM) user, the name and other details about the user. Root => Paws::Macie2::UserIdentityRootIf the action was performed using the credentials for your Amazon Web Services account, the details of your account. Type => StrThe type of entity that performed the action. 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>
|