Struct aws_sdk_macie2::operation::update_organization_configuration::UpdateOrganizationConfigurationInput
source · #[non_exhaustive]pub struct UpdateOrganizationConfigurationInput {
pub auto_enable: Option<bool>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.auto_enable: Option<bool>
Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.
Implementations§
source§impl UpdateOrganizationConfigurationInput
impl UpdateOrganizationConfigurationInput
sourcepub fn auto_enable(&self) -> Option<bool>
pub fn auto_enable(&self) -> Option<bool>
Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.
source§impl UpdateOrganizationConfigurationInput
impl UpdateOrganizationConfigurationInput
sourcepub fn builder() -> UpdateOrganizationConfigurationInputBuilder
pub fn builder() -> UpdateOrganizationConfigurationInputBuilder
Creates a new builder-style object to manufacture UpdateOrganizationConfigurationInput
.
Trait Implementations§
source§impl Clone for UpdateOrganizationConfigurationInput
impl Clone for UpdateOrganizationConfigurationInput
source§fn clone(&self) -> UpdateOrganizationConfigurationInput
fn clone(&self) -> UpdateOrganizationConfigurationInput
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 PartialEq for UpdateOrganizationConfigurationInput
impl PartialEq for UpdateOrganizationConfigurationInput
source§fn eq(&self, other: &UpdateOrganizationConfigurationInput) -> bool
fn eq(&self, other: &UpdateOrganizationConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateOrganizationConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateOrganizationConfigurationInput
impl Send for UpdateOrganizationConfigurationInput
impl Sync for UpdateOrganizationConfigurationInput
impl Unpin for UpdateOrganizationConfigurationInput
impl UnwindSafe for UpdateOrganizationConfigurationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.