Struct rusoto_elb::Limit [] [src]

pub struct Limit {
    pub max: Option<Max>,
    pub name: Option<Name>,
}

Information about an Elastic Load Balancing resource limit for your AWS account.

Fields

The maximum value of the limit.

The name of the limit. The possible values are:

  • classic-listeners

  • classic-load-balancers

Trait Implementations

impl Default for Limit
[src]

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

impl Debug for Limit
[src]

Formats the value using the given formatter.

impl Clone for Limit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more