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