Struct aws_sdk_m2::output::GetApplicationVersionOutput
source · [−]#[non_exhaustive]pub struct GetApplicationVersionOutput { /* private fields */ }Implementations
sourceimpl GetApplicationVersionOutput
impl GetApplicationVersionOutput
sourcepub fn application_version(&self) -> Option<i32>
pub fn application_version(&self) -> Option<i32>
The specific version of the application.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The application description.
sourcepub fn definition_content(&self) -> Option<&str>
pub fn definition_content(&self) -> Option<&str>
The content of the application definition. This is a JSON object that contains the resource configuration/definitions that identify an application.
sourcepub fn status(&self) -> Option<&ApplicationVersionLifecycle>
pub fn status(&self) -> Option<&ApplicationVersionLifecycle>
The status of the application version.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The timestamp when the application version was created.
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
The reason for the reported status.
sourceimpl GetApplicationVersionOutput
impl GetApplicationVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApplicationVersionOutput.
Trait Implementations
sourceimpl Clone for GetApplicationVersionOutput
impl Clone for GetApplicationVersionOutput
sourcefn clone(&self) -> GetApplicationVersionOutput
fn clone(&self) -> GetApplicationVersionOutput
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 GetApplicationVersionOutput
impl Debug for GetApplicationVersionOutput
sourceimpl PartialEq<GetApplicationVersionOutput> for GetApplicationVersionOutput
impl PartialEq<GetApplicationVersionOutput> for GetApplicationVersionOutput
sourcefn eq(&self, other: &GetApplicationVersionOutput) -> bool
fn eq(&self, other: &GetApplicationVersionOutput) -> bool
impl StructuralPartialEq for GetApplicationVersionOutput
Auto Trait Implementations
impl RefUnwindSafe for GetApplicationVersionOutput
impl Send for GetApplicationVersionOutput
impl Sync for GetApplicationVersionOutput
impl Unpin for GetApplicationVersionOutput
impl UnwindSafe for GetApplicationVersionOutput
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