AggregationAuthorization constructor

AggregationAuthorization({
  1. String? aggregationAuthorizationArn,
  2. String? authorizedAccountId,
  3. String? authorizedAwsRegion,
  4. DateTime? creationTime,
})

Implementation

AggregationAuthorization({
  this.aggregationAuthorizationArn,
  this.authorizedAccountId,
  this.authorizedAwsRegion,
  this.creationTime,
});