Struct rusoto_elb::PolicyDescription [] [src]

pub struct PolicyDescription {
    pub policy_attribute_descriptions: Option<PolicyAttributeDescriptions>,
    pub policy_name: Option<PolicyName>,
    pub policy_type_name: Option<PolicyTypeName>,
}

Information about a policy.

Fields

The policy attributes.

The name of the policy.

The name of the policy type.

Trait Implementations

impl Default for PolicyDescription
[src]

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

impl Debug for PolicyDescription
[src]

Formats the value using the given formatter.

impl Clone for PolicyDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more