#[non_exhaustive]pub struct DescribeComponentOutput { /* private fields */ }
Implementations
sourceimpl DescribeComponentOutput
impl DescribeComponentOutput
sourcepub fn application_component(&self) -> Option<&ApplicationComponent>
pub fn application_component(&self) -> Option<&ApplicationComponent>
Describes a standalone resource or similarly grouped resources that the application is made up of.
sourcepub fn resource_list(&self) -> Option<&[String]>
pub fn resource_list(&self) -> Option<&[String]>
The list of resource ARNs that belong to the component.
sourceimpl DescribeComponentOutput
impl DescribeComponentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeComponentOutput
.
Trait Implementations
sourceimpl Clone for DescribeComponentOutput
impl Clone for DescribeComponentOutput
sourcefn clone(&self) -> DescribeComponentOutput
fn clone(&self) -> DescribeComponentOutput
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 DescribeComponentOutput
impl Debug for DescribeComponentOutput
sourceimpl PartialEq<DescribeComponentOutput> for DescribeComponentOutput
impl PartialEq<DescribeComponentOutput> for DescribeComponentOutput
sourcefn eq(&self, other: &DescribeComponentOutput) -> bool
fn eq(&self, other: &DescribeComponentOutput) -> bool
impl StructuralPartialEq for DescribeComponentOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeComponentOutput
impl Send for DescribeComponentOutput
impl Sync for DescribeComponentOutput
impl Unpin for DescribeComponentOutput
impl UnwindSafe for DescribeComponentOutput
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