Struct aws_sdk_codedeploy::operation::batch_get_on_premises_instances::BatchGetOnPremisesInstancesOutput
source · #[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() -> BatchGetOnPremisesInstancesOutputBuilder
pub fn builder() -> BatchGetOnPremisesInstancesOutputBuilder
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 ==
.source§impl RequestId for BatchGetOnPremisesInstancesOutput
impl RequestId for BatchGetOnPremisesInstancesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.