#[non_exhaustive]pub struct DescribeEnvironmentHealthInput { /* private fields */ }
Expand description
See the example below to learn how to create a request body.
Implementations§
source§impl DescribeEnvironmentHealthInput
impl DescribeEnvironmentHealthInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEnvironmentHealth, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEnvironmentHealth, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEnvironmentHealth
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEnvironmentHealthInput
.
source§impl DescribeEnvironmentHealthInput
impl DescribeEnvironmentHealthInput
sourcepub fn environment_name(&self) -> Option<&str>
pub fn environment_name(&self) -> Option<&str>
Specify the environment by name.
You must specify either this or an EnvironmentName, or both.
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
Specify the environment by ID.
You must specify either this or an EnvironmentName, or both.
sourcepub fn attribute_names(&self) -> Option<&[EnvironmentHealthAttribute]>
pub fn attribute_names(&self) -> Option<&[EnvironmentHealthAttribute]>
Specify the response elements to return. To retrieve all attributes, set to All
. If no attribute names are specified, returns the name of the environment.
Trait Implementations§
source§impl Clone for DescribeEnvironmentHealthInput
impl Clone for DescribeEnvironmentHealthInput
source§fn clone(&self) -> DescribeEnvironmentHealthInput
fn clone(&self) -> DescribeEnvironmentHealthInput
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<DescribeEnvironmentHealthInput> for DescribeEnvironmentHealthInput
impl PartialEq<DescribeEnvironmentHealthInput> for DescribeEnvironmentHealthInput
source§fn eq(&self, other: &DescribeEnvironmentHealthInput) -> bool
fn eq(&self, other: &DescribeEnvironmentHealthInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.