#[non_exhaustive]pub struct DescribeEnvironmentStatusOutput { /* private fields */ }
Implementations§
source§impl DescribeEnvironmentStatusOutput
impl DescribeEnvironmentStatusOutput
sourcepub fn status(&self) -> Option<&EnvironmentStatus>
pub fn status(&self) -> Option<&EnvironmentStatus>
The status of the environment. Available values include:
-
connecting
: The environment is connecting. -
creating
: The environment is being created. -
deleting
: The environment is being deleted. -
error
: The environment is in an error state. -
ready
: The environment is ready. -
stopped
: The environment is stopped. -
stopping
: The environment is stopping.
source§impl DescribeEnvironmentStatusOutput
impl DescribeEnvironmentStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEnvironmentStatusOutput
.
Trait Implementations§
source§impl Clone for DescribeEnvironmentStatusOutput
impl Clone for DescribeEnvironmentStatusOutput
source§fn clone(&self) -> DescribeEnvironmentStatusOutput
fn clone(&self) -> DescribeEnvironmentStatusOutput
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<DescribeEnvironmentStatusOutput> for DescribeEnvironmentStatusOutput
impl PartialEq<DescribeEnvironmentStatusOutput> for DescribeEnvironmentStatusOutput
source§fn eq(&self, other: &DescribeEnvironmentStatusOutput) -> bool
fn eq(&self, other: &DescribeEnvironmentStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.