Struct rusoto_iam::Statement [] [src]

pub struct Statement {
    pub end_position: Option<Position>,
    pub source_policy_id: Option<PolicyIdentifierType>,
    pub source_policy_type: Option<PolicySourceType>,
    pub start_position: Option<Position>,
}

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

The row and column of the end of a Statement in an IAM policy.

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.

Trait Implementations

impl Default for Statement
[src]

Returns the "default value" for a type. Read more

impl Debug for Statement
[src]

Formats the value using the given formatter.

impl Clone for Statement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more