Struct aws_sdk_cloud9::input::DescribeEnvironmentsInput
source · [−]#[non_exhaustive]pub struct DescribeEnvironmentsInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DescribeEnvironmentsInput
impl Clone for DescribeEnvironmentsInput
sourcefn clone(&self) -> DescribeEnvironmentsInput
fn clone(&self) -> DescribeEnvironmentsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeEnvironmentsInput
impl Debug for DescribeEnvironmentsInput
sourceimpl PartialEq<DescribeEnvironmentsInput> for DescribeEnvironmentsInput
impl PartialEq<DescribeEnvironmentsInput> for DescribeEnvironmentsInput
sourcefn eq(&self, other: &DescribeEnvironmentsInput) -> bool
fn eq(&self, other: &DescribeEnvironmentsInput) -> bool
impl StructuralPartialEq for DescribeEnvironmentsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeEnvironmentsInput
impl Send for DescribeEnvironmentsInput
impl Sync for DescribeEnvironmentsInput
impl Unpin for DescribeEnvironmentsInput
impl UnwindSafe for DescribeEnvironmentsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more