ListInstanceProfilesForRoleResponse constructor
ListInstanceProfilesForRoleResponse({
- required List<
InstanceProfile> instanceProfiles, - bool? isTruncated,
- String? marker,
Implementation
ListInstanceProfilesForRoleResponse({
required this.instanceProfiles,
this.isTruncated,
this.marker,
});