#[non_exhaustive]pub struct DescribeStackResourceOutput { /* private fields */ }Expand description
The output for a DescribeStackResource action.
Implementations§
source§impl 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.
source§impl DescribeStackResourceOutput
impl DescribeStackResourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStackResourceOutput.
Trait Implementations§
source§impl Clone for DescribeStackResourceOutput
impl Clone for DescribeStackResourceOutput
source§fn clone(&self) -> DescribeStackResourceOutput
fn clone(&self) -> DescribeStackResourceOutput
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 more