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