Struct aws_sdk_codedeploy::output::get_deployment_target_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetDeploymentTargetOutput
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
).
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
).
Consumes the builder and constructs a GetDeploymentTargetOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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