Struct aws_sdk_config::input::DescribeConfigRulesInput
source · #[non_exhaustive]pub struct DescribeConfigRulesInput { /* private fields */ }Expand description
Implementations§
source§impl DescribeConfigRulesInput
impl DescribeConfigRulesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigRules, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigRules, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigRules>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigRulesInput.
source§impl DescribeConfigRulesInput
impl DescribeConfigRulesInput
sourcepub fn config_rule_names(&self) -> Option<&[String]>
pub fn config_rule_names(&self) -> Option<&[String]>
The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.
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 filters(&self) -> Option<&DescribeConfigRulesFilters>
pub fn filters(&self) -> Option<&DescribeConfigRulesFilters>
Returns a list of Detecive or Proactive Config rules. By default, this API returns an unfiltered list.
Trait Implementations§
source§impl Clone for DescribeConfigRulesInput
impl Clone for DescribeConfigRulesInput
source§fn clone(&self) -> DescribeConfigRulesInput
fn clone(&self) -> DescribeConfigRulesInput
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 Debug for DescribeConfigRulesInput
impl Debug for DescribeConfigRulesInput
source§impl PartialEq<DescribeConfigRulesInput> for DescribeConfigRulesInput
impl PartialEq<DescribeConfigRulesInput> for DescribeConfigRulesInput
source§fn eq(&self, other: &DescribeConfigRulesInput) -> bool
fn eq(&self, other: &DescribeConfigRulesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.