#[non_exhaustive]pub struct AwsElasticBeanstalkEnvironmentDetails { /* private fields */ }
Expand description
Contains details about an Elastic Beanstalk environment.
Implementations§
source§impl AwsElasticBeanstalkEnvironmentDetails
impl AwsElasticBeanstalkEnvironmentDetails
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The name of the application that is associated with the environment.
sourcepub fn date_created(&self) -> Option<&str>
pub fn date_created(&self) -> Option<&str>
The creation date for this environment.
sourcepub fn date_updated(&self) -> Option<&str>
pub fn date_updated(&self) -> Option<&str>
The date when this environment was last modified.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the environment.
sourcepub fn endpoint_url(&self) -> Option<&str>
pub fn endpoint_url(&self) -> Option<&str>
For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.
sourcepub fn environment_arn(&self) -> Option<&str>
pub fn environment_arn(&self) -> Option<&str>
The ARN of the environment.
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The identifier of the environment.
sourcepub fn environment_links(
&self
) -> Option<&[AwsElasticBeanstalkEnvironmentEnvironmentLink]>
pub fn environment_links(
&self
) -> Option<&[AwsElasticBeanstalkEnvironmentEnvironmentLink]>
Links to other environments in the same group.
sourcepub fn environment_name(&self) -> Option<&str>
pub fn environment_name(&self) -> Option<&str>
The name of the environment.
sourcepub fn option_settings(
&self
) -> Option<&[AwsElasticBeanstalkEnvironmentOptionSetting]>
pub fn option_settings(
&self
) -> Option<&[AwsElasticBeanstalkEnvironmentOptionSetting]>
The configuration setting for the environment.
sourcepub fn platform_arn(&self) -> Option<&str>
pub fn platform_arn(&self) -> Option<&str>
The ARN of the platform version for the environment.
sourcepub fn solution_stack_name(&self) -> Option<&str>
pub fn solution_stack_name(&self) -> Option<&str>
The name of the solution stack that is deployed with the environment.
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
The current operational status of the environment. Valid values are as follows:
-
Aborting
-
Launching
-
LinkingFrom
-
LinkingTo
-
Ready
-
Terminated
-
Terminating
-
Updating
sourcepub fn tier(&self) -> Option<&AwsElasticBeanstalkEnvironmentTier>
pub fn tier(&self) -> Option<&AwsElasticBeanstalkEnvironmentTier>
The tier of the environment.
sourcepub fn version_label(&self) -> Option<&str>
pub fn version_label(&self) -> Option<&str>
The application version of the environment.
source§impl AwsElasticBeanstalkEnvironmentDetails
impl AwsElasticBeanstalkEnvironmentDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsElasticBeanstalkEnvironmentDetails
.
Trait Implementations§
source§impl Clone for AwsElasticBeanstalkEnvironmentDetails
impl Clone for AwsElasticBeanstalkEnvironmentDetails
source§fn clone(&self) -> AwsElasticBeanstalkEnvironmentDetails
fn clone(&self) -> AwsElasticBeanstalkEnvironmentDetails
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<AwsElasticBeanstalkEnvironmentDetails> for AwsElasticBeanstalkEnvironmentDetails
impl PartialEq<AwsElasticBeanstalkEnvironmentDetails> for AwsElasticBeanstalkEnvironmentDetails
source§fn eq(&self, other: &AwsElasticBeanstalkEnvironmentDetails) -> bool
fn eq(&self, other: &AwsElasticBeanstalkEnvironmentDetails) -> bool
self
and other
values to be equal, and is used
by ==
.