#[non_exhaustive]pub struct GetApplicationVersionOutput { /* private fields */ }Implementations§
source§impl 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 and 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.
source§impl GetApplicationVersionOutput
impl GetApplicationVersionOutput
sourcepub fn builder() -> GetApplicationVersionOutputBuilder
pub fn builder() -> GetApplicationVersionOutputBuilder
Creates a new builder-style object to manufacture GetApplicationVersionOutput.
Trait Implementations§
source§impl Clone for GetApplicationVersionOutput
impl Clone for GetApplicationVersionOutput
source§fn clone(&self) -> GetApplicationVersionOutput
fn clone(&self) -> GetApplicationVersionOutput
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 GetApplicationVersionOutput
impl Debug for GetApplicationVersionOutput
source§impl PartialEq<GetApplicationVersionOutput> for GetApplicationVersionOutput
impl PartialEq<GetApplicationVersionOutput> for GetApplicationVersionOutput
source§fn eq(&self, other: &GetApplicationVersionOutput) -> bool
fn eq(&self, other: &GetApplicationVersionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetApplicationVersionOutput
impl RequestId for GetApplicationVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more