Struct rusoto_elb::DescribeAccountLimitsInput [] [src]

pub struct DescribeAccountLimitsInput {
    pub marker: Option<Marker>,
    pub page_size: Option<PageSize>,
}

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.

impl Clone for DescribeAccountLimitsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more