Struct rusoto_elb::PolicyTypeDescription[][src]

pub struct PolicyTypeDescription {
    pub description: Option<String>,
    pub policy_attribute_type_descriptions: Option<Vec<PolicyAttributeTypeDescription>>,
    pub policy_type_name: Option<String>,
}

Information about a policy type.

Fields

A description of the policy type.

The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

The name of the policy type.

Trait Implementations

impl Default for PolicyTypeDescription
[src]

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

impl Debug for PolicyTypeDescription
[src]

Formats the value using the given formatter. Read more

impl Clone for PolicyTypeDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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