DescribeIAMPolicyAssignmentResponse constructor

DescribeIAMPolicyAssignmentResponse({
  1. IAMPolicyAssignment? iAMPolicyAssignment,
  2. String? requestId,
  3. int? status,
})

Implementation

DescribeIAMPolicyAssignmentResponse({
  this.iAMPolicyAssignment,
  this.requestId,
  this.status,
});