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