Struct rusoto_iot::ImplicitDeny[][src]

pub struct ImplicitDeny {
    pub policies: Option<Vec<Policy>>,
}

Information that implicitly denies authorization. When policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.

Fields

Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.

Trait Implementations

impl Default for ImplicitDeny
[src]

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

impl Debug for ImplicitDeny
[src]

Formats the value using the given formatter. Read more

impl Clone for ImplicitDeny
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ImplicitDeny
[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