ClusterIamRole constructor

ClusterIamRole({
  1. String? applyStatus,
  2. String? iamRoleArn,
})

Implementation

ClusterIamRole({
  this.applyStatus,
  this.iamRoleArn,
});