GetStandardsControlAssociationsResult constructor

const GetStandardsControlAssociationsResult({
  1. String? id,
  2. String? region,
  3. String? securityControlId,
  4. 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,
});