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]

[src]

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

impl Debug for AuthInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AuthInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AuthInfo

impl Sync for AuthInfo