ListMFADevicesResponse constructor

ListMFADevicesResponse({
  1. required List<MFADevice> mFADevices,
  2. bool? isTruncated,
  3. String? marker,
})

Implementation

ListMFADevicesResponse({
  required this.mFADevices,
  this.isTruncated,
  this.marker,
});