#[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§
source§impl 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.
source§impl UpdateCloudFormationCollectionFilter
impl UpdateCloudFormationCollectionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCloudFormationCollectionFilter
.
Trait Implementations§
source§impl Clone for UpdateCloudFormationCollectionFilter
impl Clone for UpdateCloudFormationCollectionFilter
source§fn clone(&self) -> UpdateCloudFormationCollectionFilter
fn clone(&self) -> UpdateCloudFormationCollectionFilter
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 PartialEq<UpdateCloudFormationCollectionFilter> for UpdateCloudFormationCollectionFilter
impl PartialEq<UpdateCloudFormationCollectionFilter> for UpdateCloudFormationCollectionFilter
source§fn eq(&self, other: &UpdateCloudFormationCollectionFilter) -> bool
fn eq(&self, other: &UpdateCloudFormationCollectionFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.