Struct rusoto_elb::DescribeAccountLimitsInput[][src]

pub struct DescribeAccountLimitsInput {
    pub marker: Option<String>,
    pub page_size: Option<i64>,
}

Fields

The marker for the next set of results. (You received this marker from a previous call.)

The maximum number of results to return with this call.

Trait Implementations

impl Default for DescribeAccountLimitsInput
[src]

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

impl Debug for DescribeAccountLimitsInput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeAccountLimitsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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