pub struct BatchGetOnPremisesInstancesInput {
pub instance_names: Vec<String>,
}
Expand description
Represents the input of a BatchGetOnPremisesInstances
operation.
Fields§
§instance_names: Vec<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 duplicate 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 Default for BatchGetOnPremisesInstancesInput
impl Default for BatchGetOnPremisesInstancesInput
Source§fn default() -> BatchGetOnPremisesInstancesInput
fn default() -> BatchGetOnPremisesInstancesInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchGetOnPremisesInstancesInput
impl PartialEq for BatchGetOnPremisesInstancesInput
Source§fn eq(&self, other: &BatchGetOnPremisesInstancesInput) -> bool
fn eq(&self, other: &BatchGetOnPremisesInstancesInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BatchGetOnPremisesInstancesInput
Auto Trait Implementations§
impl Freeze for BatchGetOnPremisesInstancesInput
impl RefUnwindSafe for BatchGetOnPremisesInstancesInput
impl Send for BatchGetOnPremisesInstancesInput
impl Sync for BatchGetOnPremisesInstancesInput
impl Unpin for BatchGetOnPremisesInstancesInput
impl UnwindSafe for BatchGetOnPremisesInstancesInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more