#[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
Whether to automatically enable Security Hub for new accounts in the organization.
By default, this is false
, and new accounts are not added automatically.
To automatically enable Security Hub for new accounts, set this to true
.
sourcepub fn auto_enable_standards(&self) -> Option<&AutoEnableStandards>
pub fn auto_enable_standards(&self) -> Option<&AutoEnableStandards>
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
By default, this parameter is equal to DEFAULT
, and new member accounts are automatically enabled with default Security Hub standards.
To opt out of enabling default standards for new member accounts, set this parameter equal to NONE
.
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 ==
.