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