Struct cfn::aws::elasticbeanstalk::environment::Tier [] [src]

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

Fields

Property Name.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Type.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Version.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for Tier
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Tier
[src]

[src]

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

Auto Trait Implementations

impl Send for Tier

impl Sync for Tier