ListInstanceProfilesResult constructor
ListInstanceProfilesResult({
- List<
InstanceProfile> ? instanceProfiles, - String? nextToken,
Implementation
ListInstanceProfilesResult({
this.instanceProfiles,
this.nextToken,
});