Struct aws_sdk_macie2::input::EnableMacieInput [−][src]
#[non_exhaustive]pub struct EnableMacieInput {
pub client_token: Option<String>,
pub finding_publishing_frequency: Option<FindingPublishingFrequency>,
pub status: Option<MacieStatus>,
}
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.client_token: Option<String>
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
finding_publishing_frequency: Option<FindingPublishingFrequency>
Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).
status: Option<MacieStatus>
Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<EnableMacie, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<EnableMacie, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<EnableMacie
>
Creates a new builder-style object to manufacture EnableMacieInput
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).
Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.
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 EnableMacieInput
impl Send for EnableMacieInput
impl Sync for EnableMacieInput
impl Unpin for EnableMacieInput
impl UnwindSafe for EnableMacieInput
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