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