Struct rusoto_iot::AuthInfo[][src]

pub struct AuthInfo {
    pub action_type: Option<String>,
    pub resources: Option<Vec<String>>,
}

A collection of authorization information.

Fields

The type of action for which the principal is being authorized.

The resources for which the principal is being authorized to perform the specified action.

Trait Implementations

impl Default for AuthInfo
[src]

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

impl Debug for AuthInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for AuthInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for AuthInfo