Struct aws_sdk_auditmanager::input::CreateAssessmentFrameworkInput [−][src]
#[non_exhaustive]pub struct CreateAssessmentFrameworkInput {
pub name: Option<String>,
pub description: Option<String>,
pub compliance_type: Option<String>,
pub control_sets: Option<Vec<CreateAssessmentFrameworkControlSet>>,
pub tags: Option<HashMap<String, String>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the new custom framework.
description: Option<String>
An optional description for the new custom framework.
compliance_type: Option<String>
The compliance type that the new custom framework supports, such as CIS or HIPAA.
control_sets: Option<Vec<CreateAssessmentFrameworkControlSet>>
The control sets that are associated with the framework.
The tags that are associated with the framework.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAssessmentFramework, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAssessmentFramework, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateAssessmentFramework
>
Creates a new builder-style object to manufacture CreateAssessmentFrameworkInput
An optional description for the new custom framework.
The compliance type that the new custom framework supports, such as CIS or HIPAA.
The control sets that are associated with the framework.
The tags that are associated with the framework.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CreateAssessmentFrameworkInput
impl Sync for CreateAssessmentFrameworkInput
impl Unpin for CreateAssessmentFrameworkInput
impl UnwindSafe for CreateAssessmentFrameworkInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more