menu
aws_iam_api package
documentation
iam-2010-05-08.dart
ListMFADevicesResponse
ListMFADevicesResponse constructor
ListMFADevicesResponse constructor
dark_mode
light_mode
ListMFADevicesResponse
constructor
ListMFADevicesResponse
(
{
required
List
<
MFADevice
>
mFADevices
,
bool
?
isTruncated
,
String
?
marker
,
})
Implementation
ListMFADevicesResponse({ required this.mFADevices, this.isTruncated, this.marker, });
aws_iam_api package
documentation
iam-2010-05-08
ListMFADevicesResponse
ListMFADevicesResponse constructor
ListMFADevicesResponse class