pub struct DescribeStackResourceOutput {
pub stack_resource_detail: Option<StackResourceDetail>,
}Expand description
The output for a DescribeStackResource action.
Fields§
§stack_resource_detail: Option<StackResourceDetail>A StackResourceDetail structure containing the description of the specified resource in the specified stack.
Trait Implementations§
Source§impl Clone for DescribeStackResourceOutput
impl Clone for DescribeStackResourceOutput
Source§fn clone(&self) -> DescribeStackResourceOutput
fn clone(&self) -> DescribeStackResourceOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescribeStackResourceOutput
impl Debug for DescribeStackResourceOutput
Source§impl Default for DescribeStackResourceOutput
impl Default for DescribeStackResourceOutput
Source§fn default() -> DescribeStackResourceOutput
fn default() -> DescribeStackResourceOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeStackResourceOutput
impl PartialEq for DescribeStackResourceOutput
Source§fn eq(&self, other: &DescribeStackResourceOutput) -> bool
fn eq(&self, other: &DescribeStackResourceOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeStackResourceOutput
Auto Trait Implementations§
impl Freeze for DescribeStackResourceOutput
impl RefUnwindSafe for DescribeStackResourceOutput
impl Send for DescribeStackResourceOutput
impl Sync for DescribeStackResourceOutput
impl Unpin for DescribeStackResourceOutput
impl UnsafeUnpin for DescribeStackResourceOutput
impl UnwindSafe for DescribeStackResourceOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more