#[non_exhaustive]pub struct AggregateConformancePackComplianceSummaryFilters { /* private fields */ }Expand description
Filters the results based on account ID and region.
Implementations§
source§impl AggregateConformancePackComplianceSummaryFilters
impl AggregateConformancePackComplianceSummaryFilters
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The 12-digit Amazon Web Services account ID of the source account.
sourcepub fn aws_region(&self) -> Option<&str>
pub fn aws_region(&self) -> Option<&str>
The source Amazon Web Services Region from where the data is aggregated.
source§impl AggregateConformancePackComplianceSummaryFilters
impl AggregateConformancePackComplianceSummaryFilters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AggregateConformancePackComplianceSummaryFilters.
Trait Implementations§
source§impl Clone for AggregateConformancePackComplianceSummaryFilters
impl Clone for AggregateConformancePackComplianceSummaryFilters
source§fn clone(&self) -> AggregateConformancePackComplianceSummaryFilters
fn clone(&self) -> AggregateConformancePackComplianceSummaryFilters
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 more