ListSecurityProfilesForTargetResponse constructor
ListSecurityProfilesForTargetResponse({
- String? nextToken,
- List<
SecurityProfileTargetMapping> ? securityProfileTargetMappings,
Implementation
ListSecurityProfilesForTargetResponse({
this.nextToken,
this.securityProfileTargetMappings,
});