GetSecurityControlsResult constructor

const GetSecurityControlsResult({
  1. String? region,
  2. List<GetSecurityControlsSecurityControlDefinition>? securityControlDefinitions,
  3. String? standardsArn,
})

Creates a new GetSecurityControlsResult. region Optional. securityControlDefinitions List of controls. See below for details. standardsArn Optional.

Implementation

const GetSecurityControlsResult({
  this.region,
  this.securityControlDefinitions,
  this.standardsArn,
});