Struct aws_sdk_iam::model::context_entry::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ContextEntry
Implementations
The full name of a condition context key, including the service prefix. For example,
aws:SourceIp
or s3:VersionId
.
The full name of a condition context key, including the service prefix. For example,
aws:SourceIp
or s3:VersionId
.
Appends an item to context_key_values
.
To override the contents of this collection use set_context_key_values
.
The value (or values, if the condition context key supports multiple values) to provide
to the simulation when the key is referenced by a Condition
element in an
input policy.
The value (or values, if the condition context key supports multiple values) to provide
to the simulation when the key is referenced by a Condition
element in an
input policy.
The data type of the value (or values) specified in the ContextKeyValues
parameter.
The data type of the value (or values) specified in the ContextKeyValues
parameter.
Consumes the builder and constructs a ContextEntry
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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