#[non_exhaustive]pub struct GetApplicationRevisionInput { /* private fields */ }
Expand description
Represents the input of a GetApplicationRevision
operation.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetApplicationRevisionInput
impl Clone for GetApplicationRevisionInput
sourcefn clone(&self) -> GetApplicationRevisionInput
fn clone(&self) -> GetApplicationRevisionInput
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 GetApplicationRevisionInput
impl Debug for GetApplicationRevisionInput
sourceimpl PartialEq<GetApplicationRevisionInput> for GetApplicationRevisionInput
impl PartialEq<GetApplicationRevisionInput> for GetApplicationRevisionInput
sourcefn eq(&self, other: &GetApplicationRevisionInput) -> bool
fn eq(&self, other: &GetApplicationRevisionInput) -> bool
impl StructuralPartialEq for GetApplicationRevisionInput
Auto Trait Implementations
impl RefUnwindSafe for GetApplicationRevisionInput
impl Send for GetApplicationRevisionInput
impl Sync for GetApplicationRevisionInput
impl Unpin for GetApplicationRevisionInput
impl UnwindSafe for GetApplicationRevisionInput
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