Struct aws_sdk_cloudformation::operation::describe_stack_resources::DescribeStackResourcesOutput
source · #[non_exhaustive]pub struct DescribeStackResourcesOutput { /* private fields */ }
Expand description
The output for a DescribeStackResources
action.
Implementations§
source§impl DescribeStackResourcesOutput
impl DescribeStackResourcesOutput
sourcepub fn stack_resources(&self) -> Option<&[StackResource]>
pub fn stack_resources(&self) -> Option<&[StackResource]>
A list of StackResource
structures.
source§impl DescribeStackResourcesOutput
impl DescribeStackResourcesOutput
sourcepub fn builder() -> DescribeStackResourcesOutputBuilder
pub fn builder() -> DescribeStackResourcesOutputBuilder
Creates a new builder-style object to manufacture DescribeStackResourcesOutput
.
Trait Implementations§
source§impl Clone for DescribeStackResourcesOutput
impl Clone for DescribeStackResourcesOutput
source§fn clone(&self) -> DescribeStackResourcesOutput
fn clone(&self) -> DescribeStackResourcesOutput
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 moresource§impl Debug for DescribeStackResourcesOutput
impl Debug for DescribeStackResourcesOutput
source§impl PartialEq<DescribeStackResourcesOutput> for DescribeStackResourcesOutput
impl PartialEq<DescribeStackResourcesOutput> for DescribeStackResourcesOutput
source§fn eq(&self, other: &DescribeStackResourcesOutput) -> bool
fn eq(&self, other: &DescribeStackResourcesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeStackResourcesOutput
impl RequestId for DescribeStackResourcesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeStackResourcesOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeStackResourcesOutput
impl Send for DescribeStackResourcesOutput
impl Sync for DescribeStackResourcesOutput
impl Unpin for DescribeStackResourcesOutput
impl UnwindSafe for DescribeStackResourcesOutput
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