#[non_exhaustive]pub struct BatchGetDeploymentInstancesInput { /* private fields */ }
Expand description
Represents the input of a BatchGetDeploymentInstances
operation.
Implementations§
source§impl BatchGetDeploymentInstancesInput
impl BatchGetDeploymentInstancesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeploymentInstances, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetDeploymentInstances, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetDeploymentInstances
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetDeploymentInstancesInput
.
source§impl BatchGetDeploymentInstancesInput
impl BatchGetDeploymentInstancesInput
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique ID of a deployment.
sourcepub fn instance_ids(&self) -> Option<&[String]>
pub fn instance_ids(&self) -> Option<&[String]>
The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25.
Trait Implementations§
source§impl Clone for BatchGetDeploymentInstancesInput
impl Clone for BatchGetDeploymentInstancesInput
source§fn clone(&self) -> BatchGetDeploymentInstancesInput
fn clone(&self) -> BatchGetDeploymentInstancesInput
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 PartialEq<BatchGetDeploymentInstancesInput> for BatchGetDeploymentInstancesInput
impl PartialEq<BatchGetDeploymentInstancesInput> for BatchGetDeploymentInstancesInput
source§fn eq(&self, other: &BatchGetDeploymentInstancesInput) -> bool
fn eq(&self, other: &BatchGetDeploymentInstancesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.