#[non_exhaustive]pub struct UpdateAssessmentFrameworkInput { /* private fields */ }
Implementations§
source§impl UpdateAssessmentFrameworkInput
impl UpdateAssessmentFrameworkInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentFramework, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentFramework, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessmentFramework
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAssessmentFrameworkInput
.
source§impl UpdateAssessmentFrameworkInput
impl UpdateAssessmentFrameworkInput
sourcepub fn framework_id(&self) -> Option<&str>
pub fn framework_id(&self) -> Option<&str>
The unique identifier for the framework.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the updated framework.
sourcepub fn compliance_type(&self) -> Option<&str>
pub fn compliance_type(&self) -> Option<&str>
The compliance type that the new custom framework supports, such as CIS or HIPAA.
sourcepub fn control_sets(&self) -> Option<&[UpdateAssessmentFrameworkControlSet]>
pub fn control_sets(&self) -> Option<&[UpdateAssessmentFrameworkControlSet]>
The control sets that are associated with the framework.
Trait Implementations§
source§impl Clone for UpdateAssessmentFrameworkInput
impl Clone for UpdateAssessmentFrameworkInput
source§fn clone(&self) -> UpdateAssessmentFrameworkInput
fn clone(&self) -> UpdateAssessmentFrameworkInput
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<UpdateAssessmentFrameworkInput> for UpdateAssessmentFrameworkInput
impl PartialEq<UpdateAssessmentFrameworkInput> for UpdateAssessmentFrameworkInput
source§fn eq(&self, other: &UpdateAssessmentFrameworkInput) -> bool
fn eq(&self, other: &UpdateAssessmentFrameworkInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.