GetPolicyResponse constructor

GetPolicyResponse({
  1. DateTime? creationDate,
  2. String? defaultVersionId,
  3. String? generationId,
  4. DateTime? lastModifiedDate,
  5. String? policyArn,
  6. String? policyDocument,
  7. String? policyName,
})

Implementation

GetPolicyResponse({
  this.creationDate,
  this.defaultVersionId,
  this.generationId,
  this.lastModifiedDate,
  this.policyArn,
  this.policyDocument,
  this.policyName,
});