ListSecurityProfilesResponse constructor

ListSecurityProfilesResponse({
  1. String? nextToken,
  2. List<SecurityProfileSummary>? securityProfileSummaryList,
})

Implementation

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