#[non_exhaustive]pub struct UpdateSecurityHubConfigurationInput { /* private fields */ }Implementations§
source§impl UpdateSecurityHubConfigurationInput
impl UpdateSecurityHubConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSecurityHubConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSecurityHubConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSecurityHubConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSecurityHubConfigurationInput.
source§impl UpdateSecurityHubConfigurationInput
impl UpdateSecurityHubConfigurationInput
sourcepub fn auto_enable_controls(&self) -> bool
pub fn auto_enable_controls(&self) -> bool
Whether to automatically enable new controls when they are added to standards that are enabled.
By default, this is set to true, and new controls are enabled automatically. To not automatically enable new controls, set this to false.
Trait Implementations§
source§impl Clone for UpdateSecurityHubConfigurationInput
impl Clone for UpdateSecurityHubConfigurationInput
source§fn clone(&self) -> UpdateSecurityHubConfigurationInput
fn clone(&self) -> UpdateSecurityHubConfigurationInput
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<UpdateSecurityHubConfigurationInput> for UpdateSecurityHubConfigurationInput
impl PartialEq<UpdateSecurityHubConfigurationInput> for UpdateSecurityHubConfigurationInput
source§fn eq(&self, other: &UpdateSecurityHubConfigurationInput) -> bool
fn eq(&self, other: &UpdateSecurityHubConfigurationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.