![]() |
![]()
| ![]() |
![]()
NAMEPaws::IAM::Statement 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::IAM::Statement object: $service_obj->Method(Att1 => { EndPosition => $value, ..., StartPosition => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::IAM::Statement object: $result = $service_obj->Method(...); $result->Att1->EndPosition DESCRIPTIONContains a reference to a "Statement" element in a policy document that determines the result of the simulation. This data type is used by the "MatchedStatements" member of the " EvaluationResult " type. ATTRIBUTESEndPosition => Paws::IAM::PositionThe row and column of the end of a "Statement" in an IAM policy. SourcePolicyId => StrThe identifier of the policy that was provided as an input. SourcePolicyType => StrThe type of the policy. StartPosition => Paws::IAM::PositionThe row and column of the beginning of the "Statement" in an IAM policy. SEE ALSOThis class forms part of Paws, describing an object used in Paws::IAM 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>
|