Statement class
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.
Constructors
- Statement({Position? endPosition, String? sourcePolicyId, PolicySourceType? sourcePolicyType, Position? startPosition})
- Statement.fromXml(XmlElement elem)
-
factory
Properties
- endPosition → Position?
-
The row and column of the end of a
Statement
in an IAM policy.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourcePolicyId → String?
-
The identifier of the policy that was provided as an input.
final
- sourcePolicyType → PolicySourceType?
-
The type of the policy.
final
- startPosition → Position?
-
The row and column of the beginning of the
Statement
in an IAM policy.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited