Struct aws_sdk_codedeploy::output::BatchGetDeploymentTargetsOutput [−][src]
#[non_exhaustive]pub struct BatchGetDeploymentTargetsOutput {
pub deployment_targets: Option<Vec<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_targets: Option<Vec<DeploymentTarget>>
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
-
EC2/On-premises: Each target object is an EC2 or on-premises instance.
-
AWS Lambda: The target object is a specific version of an AWS Lambda function.
-
Amazon ECS: The target object is an Amazon ECS service.
-
CloudFormation: The target object is an AWS CloudFormation blue/green deployment.
Implementations
A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment' compute platform.
-
EC2/On-premises: Each target object is an EC2 or on-premises instance.
-
AWS Lambda: The target object is a specific version of an AWS Lambda function.
-
Amazon ECS: The target object is an Amazon ECS service.
-
CloudFormation: The target object is an AWS CloudFormation blue/green deployment.
Creates a new builder-style object to manufacture BatchGetDeploymentTargetsOutput
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 Send for BatchGetDeploymentTargetsOutput
impl Sync for BatchGetDeploymentTargetsOutput
impl Unpin for BatchGetDeploymentTargetsOutput
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