Struct rusoto_config::DescribeConfigRulesRequest [] [src]

pub struct DescribeConfigRulesRequest {
    pub config_rule_names: Option<ConfigRuleNames>,
    pub next_token: Option<String>,
}

Fields

The names of the AWS Config rules for which you want details. If you do not specify any names, AWS Config returns details for all your rules.

The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Trait Implementations

impl Default for DescribeConfigRulesRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeConfigRulesRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeConfigRulesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more