ListAttachedUserPoliciesResponse constructor
ListAttachedUserPoliciesResponse({
- List<
AttachedPolicy> ? attachedPolicies, - bool? isTruncated,
- String? marker,
Implementation
ListAttachedUserPoliciesResponse({
this.attachedPolicies,
this.isTruncated,
this.marker,
});