ResourceShare constructor

ResourceShare({
  1. bool? allowExternalPrincipals,
  2. DateTime? creationTime,
  3. ResourceShareFeatureSet? featureSet,
  4. DateTime? lastUpdatedTime,
  5. String? name,
  6. String? owningAccountId,
  7. String? resourceShareArn,
  8. ResourceShareStatus? status,
  9. String? statusMessage,
  10. List<Tag>? tags,
})

Implementation

ResourceShare({
  this.allowExternalPrincipals,
  this.creationTime,
  this.featureSet,
  this.lastUpdatedTime,
  this.name,
  this.owningAccountId,
  this.resourceShareArn,
  this.status,
  this.statusMessage,
  this.tags,
});