#[non_exhaustive]pub struct CloudFormationCostEstimationResourceCollectionFilter { /* private fields */ }
Expand description
Information about an Amazon Web Services CloudFormation stack used to create a monthly cost estimate for DevOps Guru to analyze Amazon Web Services resources. The maximum number of stacks you can specify for a cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services resources defined by the stack. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.
Implementations§
source§impl CloudFormationCostEstimationResourceCollectionFilter
impl CloudFormationCostEstimationResourceCollectionFilter
sourcepub fn stack_names(&self) -> Option<&[String]>
pub fn stack_names(&self) -> Option<&[String]>
An array of CloudFormation stack names. Its size is fixed at 1 item.
source§impl CloudFormationCostEstimationResourceCollectionFilter
impl CloudFormationCostEstimationResourceCollectionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CloudFormationCostEstimationResourceCollectionFilter
.
Trait Implementations§
source§impl Clone for CloudFormationCostEstimationResourceCollectionFilter
impl Clone for CloudFormationCostEstimationResourceCollectionFilter
source§fn clone(&self) -> CloudFormationCostEstimationResourceCollectionFilter
fn clone(&self) -> CloudFormationCostEstimationResourceCollectionFilter
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<CloudFormationCostEstimationResourceCollectionFilter> for CloudFormationCostEstimationResourceCollectionFilter
impl PartialEq<CloudFormationCostEstimationResourceCollectionFilter> for CloudFormationCostEstimationResourceCollectionFilter
source§fn eq(
&self,
other: &CloudFormationCostEstimationResourceCollectionFilter
) -> bool
fn eq(
&self,
other: &CloudFormationCostEstimationResourceCollectionFilter
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.