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