Struct aws_sdk_macie2::input::EnableMacieInput
source · [−]#[non_exhaustive]pub struct EnableMacieInput { /* private fields */ }
Implementations
sourceimpl EnableMacieInput
impl EnableMacieInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<EnableMacie, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<EnableMacie, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<EnableMacie
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableMacieInput
.
sourceimpl EnableMacieInput
impl EnableMacieInput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
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 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
sourceimpl Clone for EnableMacieInput
impl Clone for EnableMacieInput
sourcefn clone(&self) -> EnableMacieInput
fn clone(&self) -> EnableMacieInput
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 EnableMacieInput
impl Debug for EnableMacieInput
sourceimpl PartialEq<EnableMacieInput> for EnableMacieInput
impl PartialEq<EnableMacieInput> for EnableMacieInput
sourcefn eq(&self, other: &EnableMacieInput) -> bool
fn eq(&self, other: &EnableMacieInput) -> bool
impl StructuralPartialEq for EnableMacieInput
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
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