Struct rusoto_elb::Limit[][src]

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

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. Read more

impl Clone for Limit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for Limit

impl Sync for Limit