ResourcePolicy constructor

ResourcePolicy({
  1. int? lastUpdatedTime,
  2. String? policyDocument,
  3. String? policyName,
})

Implementation

ResourcePolicy({
  this.lastUpdatedTime,
  this.policyDocument,
  this.policyName,
});