#[non_exhaustive]pub struct DescribeRemediationExceptionsInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DescribeRemediationExceptionsInput
impl Clone for DescribeRemediationExceptionsInput
sourcefn clone(&self) -> DescribeRemediationExceptionsInput
fn clone(&self) -> DescribeRemediationExceptionsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeRemediationExceptionsInput> for DescribeRemediationExceptionsInput
impl PartialEq<DescribeRemediationExceptionsInput> for DescribeRemediationExceptionsInput
sourcefn eq(&self, other: &DescribeRemediationExceptionsInput) -> bool
fn eq(&self, other: &DescribeRemediationExceptionsInput) -> bool
impl StructuralPartialEq for DescribeRemediationExceptionsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeRemediationExceptionsInput
impl Send for DescribeRemediationExceptionsInput
impl Sync for DescribeRemediationExceptionsInput
impl Unpin for DescribeRemediationExceptionsInput
impl UnwindSafe for DescribeRemediationExceptionsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more