ListSecurityProfilesResponse constructor
ListSecurityProfilesResponse({
- String? nextToken,
- List<
SecurityProfileSummary> ? securityProfileSummaryList,
Implementation
ListSecurityProfilesResponse({
this.nextToken,
this.securityProfileSummaryList,
});