GetPolicyVersionResponse constructor

GetPolicyVersionResponse({
  1. DateTime? creationDate,
  2. String? generationId,
  3. bool? isDefaultVersion,
  4. DateTime? lastModifiedDate,
  5. String? policyArn,
  6. String? policyDocument,
  7. String? policyName,
  8. String? policyVersionId,
})

Implementation

GetPolicyVersionResponse({
  this.creationDate,
  this.generationId,
  this.isDefaultVersion,
  this.lastModifiedDate,
  this.policyArn,
  this.policyDocument,
  this.policyName,
  this.policyVersionId,
});