ListInstanceProfilesForRoleResponse constructor

ListInstanceProfilesForRoleResponse({
  1. required List<InstanceProfile> instanceProfiles,
  2. bool? isTruncated,
  3. String? marker,
})

Implementation

ListInstanceProfilesForRoleResponse({
  required this.instanceProfiles,
  this.isTruncated,
  this.marker,
});