Struct rusoto_elb::DescribeLoadBalancerPoliciesOutput [] [src]

pub struct DescribeLoadBalancerPoliciesOutput {
    pub policy_descriptions: Option<PolicyDescriptions>,
}

Contains the output of DescribeLoadBalancerPolicies.

Fields

Information about the policies.

Trait Implementations

impl Default for DescribeLoadBalancerPoliciesOutput
[src]

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

impl Debug for DescribeLoadBalancerPoliciesOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeLoadBalancerPoliciesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more