ListAttachedUserPoliciesResponse constructor

ListAttachedUserPoliciesResponse({
  1. List<AttachedPolicy>? attachedPolicies,
  2. bool? isTruncated,
  3. String? marker,
})

Implementation

ListAttachedUserPoliciesResponse({
  this.attachedPolicies,
  this.isTruncated,
  this.marker,
});