#[non_exhaustive]pub struct DescribeStackInstanceOutput { /* private fields */ }Implementations
sourceimpl DescribeStackInstanceOutput
impl DescribeStackInstanceOutput
sourcepub fn stack_instance(&self) -> Option<&StackInstance>
pub fn stack_instance(&self) -> Option<&StackInstance>
The stack instance that matches the specified request parameters.
sourceimpl DescribeStackInstanceOutput
impl DescribeStackInstanceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStackInstanceOutput.
Trait Implementations
sourceimpl Clone for DescribeStackInstanceOutput
impl Clone for DescribeStackInstanceOutput
sourcefn clone(&self) -> DescribeStackInstanceOutput
fn clone(&self) -> DescribeStackInstanceOutput
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 DescribeStackInstanceOutput
impl Debug for DescribeStackInstanceOutput
sourceimpl PartialEq<DescribeStackInstanceOutput> for DescribeStackInstanceOutput
impl PartialEq<DescribeStackInstanceOutput> for DescribeStackInstanceOutput
sourcefn eq(&self, other: &DescribeStackInstanceOutput) -> bool
fn eq(&self, other: &DescribeStackInstanceOutput) -> bool
impl StructuralPartialEq for DescribeStackInstanceOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeStackInstanceOutput
impl Send for DescribeStackInstanceOutput
impl Sync for DescribeStackInstanceOutput
impl Unpin for DescribeStackInstanceOutput
impl UnwindSafe for DescribeStackInstanceOutput
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