#[non_exhaustive]pub struct AwsElasticBeanstalkEnvironmentTier { /* private fields */ }
Expand description
Contains information about the tier of the environment.
Implementations§
source§impl AwsElasticBeanstalkEnvironmentTier
impl AwsElasticBeanstalkEnvironmentTier
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsElasticBeanstalkEnvironmentTier
.
Trait Implementations§
source§impl Clone for AwsElasticBeanstalkEnvironmentTier
impl Clone for AwsElasticBeanstalkEnvironmentTier
source§fn clone(&self) -> AwsElasticBeanstalkEnvironmentTier
fn clone(&self) -> AwsElasticBeanstalkEnvironmentTier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsElasticBeanstalkEnvironmentTier> for AwsElasticBeanstalkEnvironmentTier
impl PartialEq<AwsElasticBeanstalkEnvironmentTier> for AwsElasticBeanstalkEnvironmentTier
source§fn eq(&self, other: &AwsElasticBeanstalkEnvironmentTier) -> bool
fn eq(&self, other: &AwsElasticBeanstalkEnvironmentTier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.