Struct aws_sdk_macie2::input::UpdateMacieSessionInput
source · #[non_exhaustive]pub struct UpdateMacieSessionInput { /* private fields */ }
Implementations§
source§impl UpdateMacieSessionInput
impl UpdateMacieSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMacieSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMacieSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateMacieSession
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMacieSessionInput
.
source§impl UpdateMacieSessionInput
impl UpdateMacieSessionInput
sourcepub fn finding_publishing_frequency(
&self
) -> Option<&FindingPublishingFrequency>
pub fn finding_publishing_frequency(
&self
) -> 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 Amazon CloudWatch Events).
sourcepub fn status(&self) -> Option<&MacieStatus>
pub fn status(&self) -> 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.
Trait Implementations§
source§impl Clone for UpdateMacieSessionInput
impl Clone for UpdateMacieSessionInput
source§fn clone(&self) -> UpdateMacieSessionInput
fn clone(&self) -> UpdateMacieSessionInput
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 Debug for UpdateMacieSessionInput
impl Debug for UpdateMacieSessionInput
source§impl PartialEq<UpdateMacieSessionInput> for UpdateMacieSessionInput
impl PartialEq<UpdateMacieSessionInput> for UpdateMacieSessionInput
source§fn eq(&self, other: &UpdateMacieSessionInput) -> bool
fn eq(&self, other: &UpdateMacieSessionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.