Struct aws_sdk_macie2::input::UpdateMacieSessionInput
source · [−]#[non_exhaustive]pub struct UpdateMacieSessionInput {
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.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 a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMacieSession, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMacieSession, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateMacieSession
>
Creates a new builder-style object to manufacture UpdateMacieSessionInput
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 a new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
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 UpdateMacieSessionInput
impl Send for UpdateMacieSessionInput
impl Sync for UpdateMacieSessionInput
impl Unpin for UpdateMacieSessionInput
impl UnwindSafe for UpdateMacieSessionInput
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