#[non_exhaustive]pub struct GetDeploymentInstanceOutput { /* private fields */ }
Expand description
Represents the output of a GetDeploymentInstance
operation.
Implementations
sourceimpl GetDeploymentInstanceOutput
impl GetDeploymentInstanceOutput
sourcepub fn instance_summary(&self) -> Option<&InstanceSummary>
pub fn instance_summary(&self) -> Option<&InstanceSummary>
Information about the instance.
sourceimpl GetDeploymentInstanceOutput
impl GetDeploymentInstanceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentInstanceOutput
.
Trait Implementations
sourceimpl Clone for GetDeploymentInstanceOutput
impl Clone for GetDeploymentInstanceOutput
sourcefn clone(&self) -> GetDeploymentInstanceOutput
fn clone(&self) -> GetDeploymentInstanceOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetDeploymentInstanceOutput
impl Debug for GetDeploymentInstanceOutput
sourceimpl PartialEq<GetDeploymentInstanceOutput> for GetDeploymentInstanceOutput
impl PartialEq<GetDeploymentInstanceOutput> for GetDeploymentInstanceOutput
sourcefn eq(&self, other: &GetDeploymentInstanceOutput) -> bool
fn eq(&self, other: &GetDeploymentInstanceOutput) -> bool
impl StructuralPartialEq for GetDeploymentInstanceOutput
Auto Trait Implementations
impl RefUnwindSafe for GetDeploymentInstanceOutput
impl Send for GetDeploymentInstanceOutput
impl Sync for GetDeploymentInstanceOutput
impl Unpin for GetDeploymentInstanceOutput
impl UnwindSafe for GetDeploymentInstanceOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more