#[non_exhaustive]pub struct CloudFormationCollectionFilter { /* private fields */ }
Expand description
Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.
Implementations
sourceimpl CloudFormationCollectionFilter
impl CloudFormationCollectionFilter
sourcepub fn stack_names(&self) -> Option<&[String]>
pub fn stack_names(&self) -> Option<&[String]>
An array of CloudFormation stack names.
sourceimpl CloudFormationCollectionFilter
impl CloudFormationCollectionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CloudFormationCollectionFilter
.
Trait Implementations
sourceimpl Clone for CloudFormationCollectionFilter
impl Clone for CloudFormationCollectionFilter
sourcefn clone(&self) -> CloudFormationCollectionFilter
fn clone(&self) -> CloudFormationCollectionFilter
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 PartialEq<CloudFormationCollectionFilter> for CloudFormationCollectionFilter
impl PartialEq<CloudFormationCollectionFilter> for CloudFormationCollectionFilter
sourcefn eq(&self, other: &CloudFormationCollectionFilter) -> bool
fn eq(&self, other: &CloudFormationCollectionFilter) -> bool
impl StructuralPartialEq for CloudFormationCollectionFilter
Auto Trait Implementations
impl RefUnwindSafe for CloudFormationCollectionFilter
impl Send for CloudFormationCollectionFilter
impl Sync for CloudFormationCollectionFilter
impl Unpin for CloudFormationCollectionFilter
impl UnwindSafe for CloudFormationCollectionFilter
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