#[non_exhaustive]pub struct DescribeRemediationExceptionsInput { /* private fields */ }Implementations§
source§impl DescribeRemediationExceptionsInput
impl DescribeRemediationExceptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRemediationExceptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRemediationExceptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeRemediationExceptions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRemediationExceptionsInput.
source§impl DescribeRemediationExceptionsInput
impl DescribeRemediationExceptionsInput
sourcepub fn config_rule_name(&self) -> Option<&str>
pub fn config_rule_name(&self) -> Option<&str>
The name of the Config rule.
sourcepub fn resource_keys(&self) -> Option<&[RemediationExceptionResourceKey]>
pub fn resource_keys(&self) -> Option<&[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.
sourcepub fn limit(&self) -> i32
pub fn limit(&self) -> i32
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Trait Implementations§
source§impl Clone for DescribeRemediationExceptionsInput
impl Clone for DescribeRemediationExceptionsInput
source§fn clone(&self) -> DescribeRemediationExceptionsInput
fn clone(&self) -> DescribeRemediationExceptionsInput
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 PartialEq<DescribeRemediationExceptionsInput> for DescribeRemediationExceptionsInput
impl PartialEq<DescribeRemediationExceptionsInput> for DescribeRemediationExceptionsInput
source§fn eq(&self, other: &DescribeRemediationExceptionsInput) -> bool
fn eq(&self, other: &DescribeRemediationExceptionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.