#[non_exhaustive]pub struct DescribeStackResourceOutput { /* private fields */ }Expand description
The output for a DescribeStackResource action.
Implementations
sourceimpl DescribeStackResourceOutput
impl DescribeStackResourceOutput
sourcepub fn stack_resource_detail(&self) -> Option<&StackResourceDetail>
pub fn stack_resource_detail(&self) -> Option<&StackResourceDetail>
A StackResourceDetail structure containing the description of the specified resource in the specified stack.
sourceimpl DescribeStackResourceOutput
impl DescribeStackResourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStackResourceOutput.
Trait Implementations
sourceimpl Clone for DescribeStackResourceOutput
impl Clone for DescribeStackResourceOutput
sourcefn clone(&self) -> DescribeStackResourceOutput
fn clone(&self) -> DescribeStackResourceOutput
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 DescribeStackResourceOutput
impl Debug for DescribeStackResourceOutput
sourceimpl PartialEq<DescribeStackResourceOutput> for DescribeStackResourceOutput
impl PartialEq<DescribeStackResourceOutput> for DescribeStackResourceOutput
sourcefn eq(&self, other: &DescribeStackResourceOutput) -> bool
fn eq(&self, other: &DescribeStackResourceOutput) -> bool
impl StructuralPartialEq for DescribeStackResourceOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeStackResourceOutput
impl Send for DescribeStackResourceOutput
impl Sync for DescribeStackResourceOutput
impl Unpin for DescribeStackResourceOutput
impl UnwindSafe for DescribeStackResourceOutput
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