#[non_exhaustive]pub struct DescribeConfigRuleEvaluationStatusInput { /* private fields */ }Expand description
Implementations§
source§impl DescribeConfigRuleEvaluationStatusInput
impl DescribeConfigRuleEvaluationStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigRuleEvaluationStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigRuleEvaluationStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigRuleEvaluationStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigRuleEvaluationStatusInput.
source§impl DescribeConfigRuleEvaluationStatusInput
impl DescribeConfigRuleEvaluationStatusInput
sourcepub fn config_rule_names(&self) -> Option<&[String]>
pub fn config_rule_names(&self) -> Option<&[String]>
The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.
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.
sourcepub fn limit(&self) -> i32
pub fn limit(&self) -> i32
The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 150 rules.
For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide.
Trait Implementations§
source§impl Clone for DescribeConfigRuleEvaluationStatusInput
impl Clone for DescribeConfigRuleEvaluationStatusInput
source§fn clone(&self) -> DescribeConfigRuleEvaluationStatusInput
fn clone(&self) -> DescribeConfigRuleEvaluationStatusInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<DescribeConfigRuleEvaluationStatusInput> for DescribeConfigRuleEvaluationStatusInput
impl PartialEq<DescribeConfigRuleEvaluationStatusInput> for DescribeConfigRuleEvaluationStatusInput
source§fn eq(&self, other: &DescribeConfigRuleEvaluationStatusInput) -> bool
fn eq(&self, other: &DescribeConfigRuleEvaluationStatusInput) -> bool
self and other values to be equal, and is used
by ==.