#[non_exhaustive]pub struct GetDeploymentTargetOutput { /* private fields */ }
Implementations§
source§impl 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
).
source§impl GetDeploymentTargetOutput
impl GetDeploymentTargetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentTargetOutput
.
Trait Implementations§
source§impl Clone for GetDeploymentTargetOutput
impl Clone for GetDeploymentTargetOutput
source§fn clone(&self) -> GetDeploymentTargetOutput
fn clone(&self) -> GetDeploymentTargetOutput
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 GetDeploymentTargetOutput
impl Debug for GetDeploymentTargetOutput
source§impl PartialEq<GetDeploymentTargetOutput> for GetDeploymentTargetOutput
impl PartialEq<GetDeploymentTargetOutput> for GetDeploymentTargetOutput
source§fn eq(&self, other: &GetDeploymentTargetOutput) -> bool
fn eq(&self, other: &GetDeploymentTargetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.