Struct rusoto_iot::Policy [] [src]

pub struct Policy {
    pub policy_arn: Option<String>,
    pub policy_name: Option<String>,
}

Describes an AWS IoT policy.

Fields

The policy ARN.

The policy name.

Trait Implementations

impl Default for Policy
[src]

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

impl Debug for Policy
[src]

Formats the value using the given formatter.

impl Clone for Policy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more