#[non_exhaustive]pub struct BatchGetOnPremisesInstancesOutput { /* private fields */ }
Expand description
Represents the output of a BatchGetOnPremisesInstances
operation.
Implementations§
source§impl BatchGetOnPremisesInstancesOutput
impl BatchGetOnPremisesInstancesOutput
sourcepub fn instance_infos(&self) -> Option<&[InstanceInfo]>
pub fn instance_infos(&self) -> Option<&[InstanceInfo]>
Information about the on-premises instances.
source§impl BatchGetOnPremisesInstancesOutput
impl BatchGetOnPremisesInstancesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetOnPremisesInstancesOutput
.
Trait Implementations§
source§impl Clone for BatchGetOnPremisesInstancesOutput
impl Clone for BatchGetOnPremisesInstancesOutput
source§fn clone(&self) -> BatchGetOnPremisesInstancesOutput
fn clone(&self) -> BatchGetOnPremisesInstancesOutput
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<BatchGetOnPremisesInstancesOutput> for BatchGetOnPremisesInstancesOutput
impl PartialEq<BatchGetOnPremisesInstancesOutput> for BatchGetOnPremisesInstancesOutput
source§fn eq(&self, other: &BatchGetOnPremisesInstancesOutput) -> bool
fn eq(&self, other: &BatchGetOnPremisesInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.