Struct aws_sdk_cloud9::input::DescribeEnvironmentsInput
source · #[non_exhaustive]pub struct DescribeEnvironmentsInput { /* private fields */ }
Implementations§
source§impl DescribeEnvironmentsInput
impl DescribeEnvironmentsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEnvironments, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEnvironments, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEnvironments
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEnvironmentsInput
.
source§impl DescribeEnvironmentsInput
impl DescribeEnvironmentsInput
sourcepub fn environment_ids(&self) -> Option<&[String]>
pub fn environment_ids(&self) -> Option<&[String]>
The IDs of individual environments to get information about.
Trait Implementations§
source§impl Clone for DescribeEnvironmentsInput
impl Clone for DescribeEnvironmentsInput
source§fn clone(&self) -> DescribeEnvironmentsInput
fn clone(&self) -> DescribeEnvironmentsInput
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 Debug for DescribeEnvironmentsInput
impl Debug for DescribeEnvironmentsInput
source§impl PartialEq<DescribeEnvironmentsInput> for DescribeEnvironmentsInput
impl PartialEq<DescribeEnvironmentsInput> for DescribeEnvironmentsInput
source§fn eq(&self, other: &DescribeEnvironmentsInput) -> bool
fn eq(&self, other: &DescribeEnvironmentsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.