ResourceShareInvitation constructor
ResourceShareInvitation({
- DateTime? invitationTimestamp,
- String? receiverAccountId,
- String? senderAccountId,
- ResourceShareInvitationStatus? status,
Implementation
ResourceShareInvitation({
this.invitationTimestamp,
this.receiverAccountId,
this.resourceShareArn,
this.resourceShareAssociations,
this.resourceShareInvitationArn,
this.resourceShareName,
this.senderAccountId,
this.status,
});