Struct aws_sdk_iam::model::Statement [−][src]
#[non_exhaustive]pub struct Statement {
pub source_policy_id: Option<String>,
pub source_policy_type: Option<PolicySourceType>,
pub start_position: Option<Position>,
pub end_position: Option<Position>,
}
Expand 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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.source_policy_id: Option<String>
The identifier of the policy that was provided as an input.
source_policy_type: Option<PolicySourceType>
The type of the policy.
start_position: Option<Position>
The row and column of the beginning of the Statement
in an IAM
policy.
end_position: Option<Position>
The row and column of the end of a Statement
in an IAM policy.
Implementations
The identifier of the policy that was provided as an input.
The type of the policy.
The row and column of the beginning of the Statement
in an IAM
policy.
The row and column of the end of a Statement
in an IAM policy.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Statement
impl UnwindSafe for Statement
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more