ListSecurityProfilesForTargetResponse constructor

ListSecurityProfilesForTargetResponse({
  1. String? nextToken,
  2. List<SecurityProfileTargetMapping>? securityProfileTargetMappings,
})

Implementation

ListSecurityProfilesForTargetResponse({
  this.nextToken,
  this.securityProfileTargetMappings,
});