#[non_exhaustive]pub struct UpdateSettingsInput { /* private fields */ }Implementations§
source§impl UpdateSettingsInput
impl UpdateSettingsInput
sourcepub fn sns_topic(&self) -> Option<&str>
pub fn sns_topic(&self) -> Option<&str>
The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends notifications to.
sourcepub fn default_assessment_reports_destination(
&self
) -> Option<&AssessmentReportsDestination>
pub fn default_assessment_reports_destination( &self ) -> Option<&AssessmentReportsDestination>
The default storage destination for assessment reports.
sourcepub fn default_process_owners(&self) -> Option<&[Role]>
pub fn default_process_owners(&self) -> Option<&[Role]>
A list of the default audit owners.
sourcepub fn evidence_finder_enabled(&self) -> Option<bool>
pub fn evidence_finder_enabled(&self) -> Option<bool>
Specifies whether the evidence finder feature is enabled. Change this attribute to enable or disable evidence finder.
When you use this attribute to disable evidence finder, Audit Manager deletes the event data store that’s used to query your evidence data. As a result, you can’t re-enable evidence finder and use the feature again. Your only alternative is to deregister and then re-register Audit Manager.
sourcepub fn deregistration_policy(&self) -> Option<&DeregistrationPolicy>
pub fn deregistration_policy(&self) -> Option<&DeregistrationPolicy>
The deregistration policy for your Audit Manager data. You can use this attribute to determine how your data is handled when you deregister Audit Manager.
source§impl UpdateSettingsInput
impl UpdateSettingsInput
sourcepub fn builder() -> UpdateSettingsInputBuilder
pub fn builder() -> UpdateSettingsInputBuilder
Creates a new builder-style object to manufacture UpdateSettingsInput.
source§impl UpdateSettingsInput
impl UpdateSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSettings>
Trait Implementations§
source§impl Clone for UpdateSettingsInput
impl Clone for UpdateSettingsInput
source§fn clone(&self) -> UpdateSettingsInput
fn clone(&self) -> UpdateSettingsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateSettingsInput
impl Debug for UpdateSettingsInput
source§impl PartialEq<UpdateSettingsInput> for UpdateSettingsInput
impl PartialEq<UpdateSettingsInput> for UpdateSettingsInput
source§fn eq(&self, other: &UpdateSettingsInput) -> bool
fn eq(&self, other: &UpdateSettingsInput) -> bool
self and other values to be equal, and is used
by ==.