CreateSecurityProfileResponse constructor

CreateSecurityProfileResponse({
  1. String? securityProfileArn,
  2. String? securityProfileName,
})

Implementation

CreateSecurityProfileResponse({
  this.securityProfileArn,
  this.securityProfileName,
});