#[non_exhaustive]pub struct GetDeploymentTargetOutput { /* private fields */ }
Implementations
sourceimpl GetDeploymentTargetOutput
impl GetDeploymentTargetOutput
sourcepub fn deployment_target(&self) -> Option<&DeploymentTarget>
pub fn deployment_target(&self) -> Option<&DeploymentTarget>
A deployment target that contains information about a deployment such as its status, lifecycle events, and when it was last updated. It also contains metadata about the deployment target. The deployment target metadata depends on the deployment target's type (instanceTarget
, lambdaTarget
, or ecsTarget
).
sourceimpl GetDeploymentTargetOutput
impl GetDeploymentTargetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentTargetOutput
.
Trait Implementations
sourceimpl Clone for GetDeploymentTargetOutput
impl Clone for GetDeploymentTargetOutput
sourcefn clone(&self) -> GetDeploymentTargetOutput
fn clone(&self) -> GetDeploymentTargetOutput
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 GetDeploymentTargetOutput
impl Debug for GetDeploymentTargetOutput
sourceimpl PartialEq<GetDeploymentTargetOutput> for GetDeploymentTargetOutput
impl PartialEq<GetDeploymentTargetOutput> for GetDeploymentTargetOutput
sourcefn eq(&self, other: &GetDeploymentTargetOutput) -> bool
fn eq(&self, other: &GetDeploymentTargetOutput) -> bool
impl StructuralPartialEq for GetDeploymentTargetOutput
Auto Trait Implementations
impl RefUnwindSafe for GetDeploymentTargetOutput
impl Send for GetDeploymentTargetOutput
impl Sync for GetDeploymentTargetOutput
impl Unpin for GetDeploymentTargetOutput
impl UnwindSafe for GetDeploymentTargetOutput
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