ResourceShareAssociation constructor
ResourceShareAssociation({
- String? associatedEntity,
- ResourceShareAssociationType? associationType,
- DateTime? creationTime,
- bool? external,
- DateTime? lastUpdatedTime,
- ResourceShareAssociationStatus? status,
- String? statusMessage,
Implementation
ResourceShareAssociation({
this.associatedEntity,
this.associationType,
this.creationTime,
this.external,
this.lastUpdatedTime,
this.resourceShareArn,
this.resourceShareName,
this.status,
this.statusMessage,
});