#[non_exhaustive]pub struct UpdateStandardsControlInput { /* private fields */ }
Implementations§
source§impl UpdateStandardsControlInput
impl UpdateStandardsControlInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateStandardsControl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateStandardsControl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateStandardsControl
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateStandardsControlInput
.
source§impl UpdateStandardsControlInput
impl UpdateStandardsControlInput
sourcepub fn standards_control_arn(&self) -> Option<&str>
pub fn standards_control_arn(&self) -> Option<&str>
The ARN of the security standard control to enable or disable.
sourcepub fn control_status(&self) -> Option<&ControlStatus>
pub fn control_status(&self) -> Option<&ControlStatus>
The updated status of the security standard control.
sourcepub fn disabled_reason(&self) -> Option<&str>
pub fn disabled_reason(&self) -> Option<&str>
A description of the reason why you are disabling a security standard control. If you are disabling a control, then this is required.
Trait Implementations§
source§impl Clone for UpdateStandardsControlInput
impl Clone for UpdateStandardsControlInput
source§fn clone(&self) -> UpdateStandardsControlInput
fn clone(&self) -> UpdateStandardsControlInput
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 Debug for UpdateStandardsControlInput
impl Debug for UpdateStandardsControlInput
source§impl PartialEq<UpdateStandardsControlInput> for UpdateStandardsControlInput
impl PartialEq<UpdateStandardsControlInput> for UpdateStandardsControlInput
source§fn eq(&self, other: &UpdateStandardsControlInput) -> bool
fn eq(&self, other: &UpdateStandardsControlInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.