#[non_exhaustive]pub struct CreateAssessmentFrameworkInput { /* private fields */ }
Implementations§
source§impl CreateAssessmentFrameworkInput
impl CreateAssessmentFrameworkInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAssessmentFramework, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAssessmentFramework, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAssessmentFramework
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAssessmentFrameworkInput
.
source§impl CreateAssessmentFrameworkInput
impl CreateAssessmentFrameworkInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
An optional description for the new custom 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<&[CreateAssessmentFrameworkControlSet]>
pub fn control_sets(&self) -> Option<&[CreateAssessmentFrameworkControlSet]>
The control sets that are associated with the framework.
The tags that are associated with the framework.
Trait Implementations§
source§impl Clone for CreateAssessmentFrameworkInput
impl Clone for CreateAssessmentFrameworkInput
source§fn clone(&self) -> CreateAssessmentFrameworkInput
fn clone(&self) -> CreateAssessmentFrameworkInput
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<CreateAssessmentFrameworkInput> for CreateAssessmentFrameworkInput
impl PartialEq<CreateAssessmentFrameworkInput> for CreateAssessmentFrameworkInput
source§fn eq(&self, other: &CreateAssessmentFrameworkInput) -> bool
fn eq(&self, other: &CreateAssessmentFrameworkInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.