GetStandardsControlAssociationsResult constructor
const
GetStandardsControlAssociationsResult({
- String? id,
- String? region,
- String? securityControlId,
- List<
GetStandardsControlAssociationsStandardsControlAssociation> ? standardsControlAssociations,
Creates a new GetStandardsControlAssociationsResult.
id Optional.
region Optional.
securityControlId ID of the security control.
standardsControlAssociations A list that provides the status and other details for each security control that applies to each enabled standard.
Implementation
const GetStandardsControlAssociationsResult({
this.id,
this.region,
this.securityControlId,
this.standardsControlAssociations,
});