Struct aws_sdk_codedeploy::model::LastDeploymentInfo
source · [−]#[non_exhaustive]pub struct LastDeploymentInfo { /* private fields */ }
Expand description
Information about the most recent attempted or successful deployment to a deployment group.
Implementations
sourceimpl LastDeploymentInfo
impl LastDeploymentInfo
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique ID of a deployment.
sourcepub fn status(&self) -> Option<&DeploymentStatus>
pub fn status(&self) -> Option<&DeploymentStatus>
The status of the most recent deployment.
sourcepub fn end_time(&self) -> Option<&DateTime>
pub fn end_time(&self) -> Option<&DateTime>
A timestamp that indicates when the most recent deployment to the deployment group was complete.
sourcepub fn create_time(&self) -> Option<&DateTime>
pub fn create_time(&self) -> Option<&DateTime>
A timestamp that indicates when the most recent deployment to the deployment group started.
sourceimpl LastDeploymentInfo
impl LastDeploymentInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LastDeploymentInfo
.
Trait Implementations
sourceimpl Clone for LastDeploymentInfo
impl Clone for LastDeploymentInfo
sourcefn clone(&self) -> LastDeploymentInfo
fn clone(&self) -> LastDeploymentInfo
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 LastDeploymentInfo
impl Debug for LastDeploymentInfo
sourceimpl PartialEq<LastDeploymentInfo> for LastDeploymentInfo
impl PartialEq<LastDeploymentInfo> for LastDeploymentInfo
sourcefn eq(&self, other: &LastDeploymentInfo) -> bool
fn eq(&self, other: &LastDeploymentInfo) -> bool
impl StructuralPartialEq for LastDeploymentInfo
Auto Trait Implementations
impl RefUnwindSafe for LastDeploymentInfo
impl Send for LastDeploymentInfo
impl Sync for LastDeploymentInfo
impl Unpin for LastDeploymentInfo
impl UnwindSafe for LastDeploymentInfo
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