GetSecurityControlsResult constructor
const
GetSecurityControlsResult({
- String? region,
- List<
GetSecurityControlsSecurityControlDefinition> ? securityControlDefinitions, - 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,
});