#[non_exhaustive]pub struct BatchGetDeploymentInstancesInput { /* private fields */ }
Expand description
Represents the input of a BatchGetDeploymentInstances
operation.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for BatchGetDeploymentInstancesInput
impl Clone for BatchGetDeploymentInstancesInput
sourcefn clone(&self) -> BatchGetDeploymentInstancesInput
fn clone(&self) -> BatchGetDeploymentInstancesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<BatchGetDeploymentInstancesInput> for BatchGetDeploymentInstancesInput
impl PartialEq<BatchGetDeploymentInstancesInput> for BatchGetDeploymentInstancesInput
sourcefn eq(&self, other: &BatchGetDeploymentInstancesInput) -> bool
fn eq(&self, other: &BatchGetDeploymentInstancesInput) -> bool
impl StructuralPartialEq for BatchGetDeploymentInstancesInput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetDeploymentInstancesInput
impl Send for BatchGetDeploymentInstancesInput
impl Sync for BatchGetDeploymentInstancesInput
impl Unpin for BatchGetDeploymentInstancesInput
impl UnwindSafe for BatchGetDeploymentInstancesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more