Struct rusoto_iam::ContextEntry [] [src]

pub struct ContextEntry {
    pub context_key_name: Option<ContextKeyNameType>,
    pub context_key_type: Option<ContextKeyTypeEnum>,
    pub context_key_values: Option<ContextKeyValueListType>,
}

Contains information about a condition context key. It includes the name of the key and specifies the value (or values, if the context key supports multiple values) to use in the simulation. This information is used when evaluating the Condition elements of the input policies.

This data type is used as an input parameter to SimulateCustomPolicy and SimulateCustomPolicy .

Fields

The full name of a condition context key, including the service prefix. For example, aws:SourceIp or s3:VersionId.

The data type of the value (or values) specified in the ContextKeyValues parameter.

The value (or values, if the condition context key supports multiple values) to provide to the simulation for use when the key is referenced by a Condition element in an input policy.

Trait Implementations

impl Default for ContextEntry
[src]

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

impl Debug for ContextEntry
[src]

Formats the value using the given formatter.

impl Clone for ContextEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more