NAME
Paws::IAM::Statement
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::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
DESCRIPTION
Contains 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.
ATTRIBUTES
EndPosition => Paws::IAM::Position
The row and column of the end of a Statement
in an IAM policy.
SourcePolicyId => Str
The identifier of the policy that was provided as an input.
SourcePolicyType => Str
The type of the policy.
StartPosition => Paws::IAM::Position
The row and column of the beginning of the Statement
in an IAM policy.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::IAM
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