#[non_exhaustive]pub struct UpdateCloudFormationCollectionFilter { /* private fields */ }
Expand description
Contains the names of Amazon Web Services CloudFormation stacks used to update a collection of stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
Implementations
sourceimpl UpdateCloudFormationCollectionFilter
impl UpdateCloudFormationCollectionFilter
sourcepub fn stack_names(&self) -> Option<&[String]>
pub fn stack_names(&self) -> Option<&[String]>
An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up to 500 Amazon Web Services CloudFormation stacks.
sourceimpl UpdateCloudFormationCollectionFilter
impl UpdateCloudFormationCollectionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCloudFormationCollectionFilter
.
Trait Implementations
sourceimpl Clone for UpdateCloudFormationCollectionFilter
impl Clone for UpdateCloudFormationCollectionFilter
sourcefn clone(&self) -> UpdateCloudFormationCollectionFilter
fn clone(&self) -> UpdateCloudFormationCollectionFilter
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<UpdateCloudFormationCollectionFilter> for UpdateCloudFormationCollectionFilter
impl PartialEq<UpdateCloudFormationCollectionFilter> for UpdateCloudFormationCollectionFilter
sourcefn eq(&self, other: &UpdateCloudFormationCollectionFilter) -> bool
fn eq(&self, other: &UpdateCloudFormationCollectionFilter) -> bool
impl StructuralPartialEq for UpdateCloudFormationCollectionFilter
Auto Trait Implementations
impl RefUnwindSafe for UpdateCloudFormationCollectionFilter
impl Send for UpdateCloudFormationCollectionFilter
impl Sync for UpdateCloudFormationCollectionFilter
impl Unpin for UpdateCloudFormationCollectionFilter
impl UnwindSafe for UpdateCloudFormationCollectionFilter
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