#[non_exhaustive]pub struct BatchGetDeploymentTargetsInput { /* private fields */ }
Implementations
sourceimpl BatchGetDeploymentTargetsInput
impl BatchGetDeploymentTargetsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeploymentTargets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeploymentTargets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetDeploymentTargets
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetDeploymentTargetsInput
.
sourceimpl BatchGetDeploymentTargetsInput
impl BatchGetDeploymentTargetsInput
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique ID of a deployment.
sourcepub fn target_ids(&self) -> Option<&[String]>
pub fn target_ids(&self) -> Option<&[String]>
The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats. The maximum number of deployment target IDs you can specify is 25.
-
For deployments that use the EC2/On-premises compute platform, the target IDs are Amazon EC2 or on-premises instances IDs, and their target type is
instanceTarget
. -
For deployments that use the Lambda compute platform, the target IDs are the names of Lambda functions, and their target type is
instanceTarget
. -
For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS clusters and services specified using the format
: ecsTarget
. -
For deployments that are deployed with CloudFormation, the target IDs are CloudFormation stack IDs. Their target type is
cloudFormationTarget
.
Trait Implementations
sourceimpl Clone for BatchGetDeploymentTargetsInput
impl Clone for BatchGetDeploymentTargetsInput
sourcefn clone(&self) -> BatchGetDeploymentTargetsInput
fn clone(&self) -> BatchGetDeploymentTargetsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more