Struct aws_sdk_m2::types::DeployedVersionSummary
source · #[non_exhaustive]pub struct DeployedVersionSummary { /* private fields */ }Expand description
Contains a summary of a deployed application.
Implementations§
source§impl DeployedVersionSummary
impl DeployedVersionSummary
sourcepub fn application_version(&self) -> Option<i32>
pub fn application_version(&self) -> Option<i32>
The version of the deployed application.
sourcepub fn status(&self) -> Option<&DeploymentLifecycle>
pub fn status(&self) -> Option<&DeploymentLifecycle>
The status of the deployment.
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
The reason for the reported status.
source§impl DeployedVersionSummary
impl DeployedVersionSummary
sourcepub fn builder() -> DeployedVersionSummaryBuilder
pub fn builder() -> DeployedVersionSummaryBuilder
Creates a new builder-style object to manufacture DeployedVersionSummary.
Trait Implementations§
source§impl Clone for DeployedVersionSummary
impl Clone for DeployedVersionSummary
source§fn clone(&self) -> DeployedVersionSummary
fn clone(&self) -> DeployedVersionSummary
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 DeployedVersionSummary
impl Debug for DeployedVersionSummary
source§impl PartialEq<DeployedVersionSummary> for DeployedVersionSummary
impl PartialEq<DeployedVersionSummary> for DeployedVersionSummary
source§fn eq(&self, other: &DeployedVersionSummary) -> bool
fn eq(&self, other: &DeployedVersionSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeployedVersionSummary
Auto Trait Implementations§
impl RefUnwindSafe for DeployedVersionSummary
impl Send for DeployedVersionSummary
impl Sync for DeployedVersionSummary
impl Unpin for DeployedVersionSummary
impl UnwindSafe for DeployedVersionSummary
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