Struct aws_sdk_macie2::input::EnableMacieInput
source · #[non_exhaustive]pub struct EnableMacieInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for EnableMacieInput
impl Clone for EnableMacieInput
source§fn clone(&self) -> EnableMacieInput
fn clone(&self) -> EnableMacieInput
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 EnableMacieInput
impl Debug for EnableMacieInput
source§impl PartialEq<EnableMacieInput> for EnableMacieInput
impl PartialEq<EnableMacieInput> for EnableMacieInput
source§fn eq(&self, other: &EnableMacieInput) -> bool
fn eq(&self, other: &EnableMacieInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.