#[non_exhaustive]pub struct BatchGetApplicationRevisionsInput { /* private fields */ }
Expand description
Represents the input of a BatchGetApplicationRevisions
operation.
Implementations§
source§impl BatchGetApplicationRevisionsInput
impl BatchGetApplicationRevisionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetApplicationRevisions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetApplicationRevisions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetApplicationRevisions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetApplicationRevisionsInput
.
source§impl BatchGetApplicationRevisionsInput
impl BatchGetApplicationRevisionsInput
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The name of an CodeDeploy application about which to get revision information.
sourcepub fn revisions(&self) -> Option<&[RevisionLocation]>
pub fn revisions(&self) -> Option<&[RevisionLocation]>
An array of RevisionLocation
objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation
objects you can specify is 25.
Trait Implementations§
source§impl Clone for BatchGetApplicationRevisionsInput
impl Clone for BatchGetApplicationRevisionsInput
source§fn clone(&self) -> BatchGetApplicationRevisionsInput
fn clone(&self) -> BatchGetApplicationRevisionsInput
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<BatchGetApplicationRevisionsInput> for BatchGetApplicationRevisionsInput
impl PartialEq<BatchGetApplicationRevisionsInput> for BatchGetApplicationRevisionsInput
source§fn eq(&self, other: &BatchGetApplicationRevisionsInput) -> bool
fn eq(&self, other: &BatchGetApplicationRevisionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.