Struct rusoto_iam::Statement[][src]

pub struct Statement {
    pub end_position: Option<Position>,
    pub source_policy_id: Option<String>,
    pub source_policy_type: Option<String>,
    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. Read more

impl Clone for Statement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Statement
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Statement

impl Sync for Statement