Struct aws_sdk_macie2::input::UpdateMacieSessionInput
source · [−]#[non_exhaustive]pub struct UpdateMacieSessionInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for UpdateMacieSessionInput
impl Clone for UpdateMacieSessionInput
sourcefn clone(&self) -> UpdateMacieSessionInput
fn clone(&self) -> UpdateMacieSessionInput
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 Debug for UpdateMacieSessionInput
impl Debug for UpdateMacieSessionInput
sourceimpl PartialEq<UpdateMacieSessionInput> for UpdateMacieSessionInput
impl PartialEq<UpdateMacieSessionInput> for UpdateMacieSessionInput
sourcefn eq(&self, other: &UpdateMacieSessionInput) -> bool
fn eq(&self, other: &UpdateMacieSessionInput) -> bool
impl StructuralPartialEq for UpdateMacieSessionInput
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
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