#[non_exhaustive]pub struct BatchGetDeploymentInstancesOutput { /* private fields */ }
Expand description
Represents the output of a BatchGetDeploymentInstances
operation.
Implementations§
source§impl BatchGetDeploymentInstancesOutput
impl BatchGetDeploymentInstancesOutput
sourcepub fn instances_summary(&self) -> Option<&[InstanceSummary]>
pub fn instances_summary(&self) -> Option<&[InstanceSummary]>
Information about the instance.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
Information about errors that might have occurred during the API call.
source§impl BatchGetDeploymentInstancesOutput
impl BatchGetDeploymentInstancesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetDeploymentInstancesOutput
.
Trait Implementations§
source§impl Clone for BatchGetDeploymentInstancesOutput
impl Clone for BatchGetDeploymentInstancesOutput
source§fn clone(&self) -> BatchGetDeploymentInstancesOutput
fn clone(&self) -> BatchGetDeploymentInstancesOutput
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<BatchGetDeploymentInstancesOutput> for BatchGetDeploymentInstancesOutput
impl PartialEq<BatchGetDeploymentInstancesOutput> for BatchGetDeploymentInstancesOutput
source§fn eq(&self, other: &BatchGetDeploymentInstancesOutput) -> bool
fn eq(&self, other: &BatchGetDeploymentInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.