Struct aws_sdk_auditmanager::input::CreateControlInput
source · #[non_exhaustive]pub struct CreateControlInput { /* private fields */ }
Implementations§
source§impl CreateControlInput
impl CreateControlInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateControl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateControl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateControl
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateControlInput
.
source§impl CreateControlInput
impl CreateControlInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the control.
sourcepub fn testing_information(&self) -> Option<&str>
pub fn testing_information(&self) -> Option<&str>
The steps to follow to determine if the control is satisfied.
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<&[CreateControlMappingSource]>
pub fn control_mapping_sources(&self) -> Option<&[CreateControlMappingSource]>
The data mapping sources for the control.
The tags that are associated with the control.
Trait Implementations§
source§impl Clone for CreateControlInput
impl Clone for CreateControlInput
source§fn clone(&self) -> CreateControlInput
fn clone(&self) -> CreateControlInput
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 CreateControlInput
impl Debug for CreateControlInput
source§impl PartialEq<CreateControlInput> for CreateControlInput
impl PartialEq<CreateControlInput> for CreateControlInput
source§fn eq(&self, other: &CreateControlInput) -> bool
fn eq(&self, other: &CreateControlInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.