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]

[src]

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

impl Debug for PolicyTypeDescription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PolicyTypeDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations