#[non_exhaustive]pub struct UpdateOrganizationConfigurationInput { /* private fields */ }
Implementations§
source§impl UpdateOrganizationConfigurationInput
impl UpdateOrganizationConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateOrganizationConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateOrganizationConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateOrganizationConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateOrganizationConfigurationInput
.
source§impl UpdateOrganizationConfigurationInput
impl UpdateOrganizationConfigurationInput
sourcepub fn auto_enable(&self) -> bool
pub fn auto_enable(&self) -> bool
Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.
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<UpdateOrganizationConfigurationInput> for UpdateOrganizationConfigurationInput
impl PartialEq<UpdateOrganizationConfigurationInput> 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 ==
.