ListSecurityProfilesResponse constructor

ListSecurityProfilesResponse({
  1. String? nextToken,
  2. List<SecurityProfileIdentifier>? securityProfileIdentifiers,
})

Implementation

ListSecurityProfilesResponse({
  this.nextToken,
  this.securityProfileIdentifiers,
});