Struct aws_sdk_codedeploy::output::GetDeploymentTargetOutput [−][src]
#[non_exhaustive]pub struct GetDeploymentTargetOutput {
pub deployment_target: Option<DeploymentTarget>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.deployment_target: 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
).
Implementations
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
).
Creates a new builder-style object to manufacture GetDeploymentTargetOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more