[][src]Struct rusoto_autoscaling::DescribeAccountLimitsAnswer

pub struct DescribeAccountLimitsAnswer {
    pub max_number_of_auto_scaling_groups: Option<i64>,
    pub max_number_of_launch_configurations: Option<i64>,
    pub number_of_auto_scaling_groups: Option<i64>,
    pub number_of_launch_configurations: Option<i64>,
}

Fields

The maximum number of groups allowed for your AWS account. The default limit is 20 per region.

The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.

The current number of groups for your AWS account.

The current number of launch configurations for your AWS account.

Trait Implementations

impl Clone for DescribeAccountLimitsAnswer
[src]

Performs copy-assignment from source. Read more

impl Default for DescribeAccountLimitsAnswer
[src]

impl PartialEq<DescribeAccountLimitsAnswer> for DescribeAccountLimitsAnswer
[src]

impl Debug for DescribeAccountLimitsAnswer
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T