#[non_exhaustive]pub struct UpdateControlInput { /* private fields */ }Implementations§
source§impl UpdateControlInput
impl UpdateControlInput
sourcepub fn control_id(&self) -> Option<&str>
pub fn control_id(&self) -> Option<&str>
The identifier for the control.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The optional description of the control.
sourcepub fn testing_information(&self) -> Option<&str>
pub fn testing_information(&self) -> Option<&str>
The steps that you should follow to determine if the control is met.
sourcepub fn action_plan_title(&self) -> Option<&str>
pub fn action_plan_title(&self) -> Option<&str>
The title of the action plan for remediating the control.
sourcepub fn action_plan_instructions(&self) -> Option<&str>
pub fn action_plan_instructions(&self) -> Option<&str>
The recommended actions to carry out if the control isn't fulfilled.
sourcepub fn control_mapping_sources(&self) -> Option<&[ControlMappingSource]>
pub fn control_mapping_sources(&self) -> Option<&[ControlMappingSource]>
The data mapping sources for the control.
source§impl UpdateControlInput
impl UpdateControlInput
sourcepub fn builder() -> UpdateControlInputBuilder
pub fn builder() -> UpdateControlInputBuilder
Creates a new builder-style object to manufacture UpdateControlInput.
source§impl UpdateControlInput
impl UpdateControlInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateControl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateControl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateControl>
Trait Implementations§
source§impl Clone for UpdateControlInput
impl Clone for UpdateControlInput
source§fn clone(&self) -> UpdateControlInput
fn clone(&self) -> UpdateControlInput
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 UpdateControlInput
impl Debug for UpdateControlInput
source§impl PartialEq<UpdateControlInput> for UpdateControlInput
impl PartialEq<UpdateControlInput> for UpdateControlInput
source§fn eq(&self, other: &UpdateControlInput) -> bool
fn eq(&self, other: &UpdateControlInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateControlInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateControlInput
impl Send for UpdateControlInput
impl Sync for UpdateControlInput
impl Unpin for UpdateControlInput
impl UnwindSafe for UpdateControlInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more