Struct rusoto_elasticbeanstalk::EnvironmentTier[][src]

pub struct EnvironmentTier {
    pub name: Option<String>,
    pub type_: Option<String>,
    pub version: Option<String>,
}

Describes the properties of an environment tier

Fields

The name of this environment tier.

The type of this environment tier.

The version of this environment tier.

Trait Implementations

impl Default for EnvironmentTier
[src]

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

impl Debug for EnvironmentTier
[src]

Formats the value using the given formatter. Read more

impl Clone for EnvironmentTier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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