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