#[non_exhaustive]pub struct GetAggregateComplianceDetailsByConfigRuleInput { /* private fields */ }Implementations
sourceimpl GetAggregateComplianceDetailsByConfigRuleInput
impl GetAggregateComplianceDetailsByConfigRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAggregateComplianceDetailsByConfigRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAggregateComplianceDetailsByConfigRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAggregateComplianceDetailsByConfigRule>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAggregateComplianceDetailsByConfigRuleInput.
sourceimpl GetAggregateComplianceDetailsByConfigRuleInput
impl GetAggregateComplianceDetailsByConfigRuleInput
sourcepub fn configuration_aggregator_name(&self) -> Option<&str>
pub fn configuration_aggregator_name(&self) -> Option<&str>
The name of the configuration aggregator.
sourcepub fn config_rule_name(&self) -> Option<&str>
pub fn config_rule_name(&self) -> Option<&str>
The name of the Config rule for which you want compliance information.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The 12-digit account ID of the source account.
sourcepub fn aws_region(&self) -> Option<&str>
pub fn aws_region(&self) -> Option<&str>
The source region from where the data is aggregated.
sourcepub fn compliance_type(&self) -> Option<&ComplianceType>
pub fn compliance_type(&self) -> Option<&ComplianceType>
The resource compliance status.
For the GetAggregateComplianceDetailsByConfigRuleRequest data type, Config supports only the COMPLIANT and NON_COMPLIANT. Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA values.
sourcepub fn limit(&self) -> i32
pub fn limit(&self) -> i32
The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Trait Implementations
sourceimpl Clone for GetAggregateComplianceDetailsByConfigRuleInput
impl Clone for GetAggregateComplianceDetailsByConfigRuleInput
sourcefn clone(&self) -> GetAggregateComplianceDetailsByConfigRuleInput
fn clone(&self) -> GetAggregateComplianceDetailsByConfigRuleInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more