ResourceShareAssociation constructor

ResourceShareAssociation({
  1. String? associatedEntity,
  2. ResourceShareAssociationType? associationType,
  3. DateTime? creationTime,
  4. bool? external,
  5. DateTime? lastUpdatedTime,
  6. String? resourceShareArn,
  7. String? resourceShareName,
  8. ResourceShareAssociationStatus? status,
  9. String? statusMessage,
})

Implementation

ResourceShareAssociation({
  this.associatedEntity,
  this.associationType,
  this.creationTime,
  this.external,
  this.lastUpdatedTime,
  this.resourceShareArn,
  this.resourceShareName,
  this.status,
  this.statusMessage,
});