Struct aws_sdk_iot::input::DeleteAuditSuppressionInput [−][src]
#[non_exhaustive]pub struct DeleteAuditSuppressionInput {
pub check_name: Option<String>,
pub resource_identifier: Option<ResourceIdentifier>,
}
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.check_name: Option<String>
An audit check name. Checks must be enabled
for your account. (Use DescribeAccountAuditConfiguration
to see the list
of all checks, including those that are enabled or use UpdateAccountAuditConfiguration
to select which checks are enabled.)
resource_identifier: Option<ResourceIdentifier>
Information that identifies the noncompliant resource.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAuditSuppression, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAuditSuppression, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteAuditSuppression
>
Creates a new builder-style object to manufacture DeleteAuditSuppressionInput
An audit check name. Checks must be enabled
for your account. (Use DescribeAccountAuditConfiguration
to see the list
of all checks, including those that are enabled or use UpdateAccountAuditConfiguration
to select which checks are enabled.)
Information that identifies the noncompliant resource.
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 DeleteAuditSuppressionInput
impl Send for DeleteAuditSuppressionInput
impl Sync for DeleteAuditSuppressionInput
impl Unpin for DeleteAuditSuppressionInput
impl UnwindSafe for DeleteAuditSuppressionInput
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