Struct rusoto_ecs::Ulimit [] [src]

pub struct Ulimit {
    pub hard_limit: i64,
    pub name: String,
    pub soft_limit: i64,
}

The ulimit settings to pass to the container.

Fields

The hard limit for the ulimit type.

The type of the ulimit.

The soft limit for the ulimit type.

Trait Implementations

impl Default for Ulimit
[src]

[src]

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

impl Debug for Ulimit
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Ulimit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Ulimit

impl Sync for Ulimit