#[non_exhaustive]pub struct DescribeApplicationsInput { /* private fields */ }
Expand description
Request to describe one or more applications.
Implementations§
source§impl DescribeApplicationsInput
impl DescribeApplicationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeApplications, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeApplications, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeApplications
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeApplicationsInput
.
source§impl DescribeApplicationsInput
impl DescribeApplicationsInput
sourcepub fn application_names(&self) -> Option<&[String]>
pub fn application_names(&self) -> Option<&[String]>
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
Trait Implementations§
source§impl Clone for DescribeApplicationsInput
impl Clone for DescribeApplicationsInput
source§fn clone(&self) -> DescribeApplicationsInput
fn clone(&self) -> DescribeApplicationsInput
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 DescribeApplicationsInput
impl Debug for DescribeApplicationsInput
source§impl PartialEq<DescribeApplicationsInput> for DescribeApplicationsInput
impl PartialEq<DescribeApplicationsInput> for DescribeApplicationsInput
source§fn eq(&self, other: &DescribeApplicationsInput) -> bool
fn eq(&self, other: &DescribeApplicationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.