#[non_exhaustive]pub struct GetApplicationRevisionOutput { /* private fields */ }
Expand description
Represents the output of a GetApplicationRevision
operation.
Implementations§
source§impl GetApplicationRevisionOutput
impl GetApplicationRevisionOutput
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>
Additional information about the revision, including type and location.
sourcepub fn revision_info(&self) -> Option<&GenericRevisionInfo>
pub fn revision_info(&self) -> Option<&GenericRevisionInfo>
General information about the revision.
source§impl GetApplicationRevisionOutput
impl GetApplicationRevisionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApplicationRevisionOutput
.
Trait Implementations§
source§impl Clone for GetApplicationRevisionOutput
impl Clone for GetApplicationRevisionOutput
source§fn clone(&self) -> GetApplicationRevisionOutput
fn clone(&self) -> GetApplicationRevisionOutput
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 GetApplicationRevisionOutput
impl Debug for GetApplicationRevisionOutput
source§impl PartialEq<GetApplicationRevisionOutput> for GetApplicationRevisionOutput
impl PartialEq<GetApplicationRevisionOutput> for GetApplicationRevisionOutput
source§fn eq(&self, other: &GetApplicationRevisionOutput) -> bool
fn eq(&self, other: &GetApplicationRevisionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.