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