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. Read more

impl Clone for Policy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Policy