#[non_exhaustive]pub struct DescribeRemediationExceptionsInput {
pub config_rule_name: Option<String>,
pub resource_keys: Option<Vec<RemediationExceptionResourceKey>>,
pub limit: i32,
pub next_token: Option<String>,
}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_name: Option<String>The name of the Config rule.
resource_keys: Option<Vec<RemediationExceptionResourceKey>>An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
limit: i32The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
next_token: Option<String>The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRemediationExceptions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRemediationExceptions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeRemediationExceptions>
Creates a new builder-style object to manufacture DescribeRemediationExceptionsInput
The name of the Config rule.
An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
The nextToken string returned in a previous request that you use to request 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 Send for DescribeRemediationExceptionsInput
impl Sync for DescribeRemediationExceptionsInput
impl Unpin for DescribeRemediationExceptionsInput
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