ListInstanceProfilesResult constructor

ListInstanceProfilesResult({
  1. List<InstanceProfile>? instanceProfiles,
  2. String? nextToken,
})

Implementation

ListInstanceProfilesResult({
  this.instanceProfiles,
  this.nextToken,
});