Struct rusoto_iot::PolicyVersion [] [src]

pub struct PolicyVersion {
    pub create_date: Option<f64>,
    pub is_default_version: Option<bool>,
    pub version_id: Option<String>,
}

Describes a policy version.

Fields

The date and time the policy was created.

Specifies whether the policy version is the default.

The policy version ID.

Trait Implementations

impl Default for PolicyVersion
[src]

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

impl Debug for PolicyVersion
[src]

Formats the value using the given formatter.

impl Clone for PolicyVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more