Struct aws_sdk_config::input::DescribeConfigRulesInput [−][src]
#[non_exhaustive]pub struct DescribeConfigRulesInput {
pub config_rule_names: Option<Vec<String>>,
pub next_token: Option<String>,
}Expand description
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.config_rule_names: Option<Vec<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.
next_token: Option<String>The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigRules, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigRules, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigRules>
Creates a new builder-style object to manufacture DescribeConfigRulesInput
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.
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DescribeConfigRulesInput
impl Send for DescribeConfigRulesInput
impl Sync for DescribeConfigRulesInput
impl Unpin for DescribeConfigRulesInput
impl UnwindSafe for DescribeConfigRulesInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
