ResourceShare constructor
ResourceShare({
- bool? allowExternalPrincipals,
- DateTime? creationTime,
- ResourceShareFeatureSet? featureSet,
- DateTime? lastUpdatedTime,
- String? name,
- String? owningAccountId,
- ResourceShareStatus? status,
- String? statusMessage,
- 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,
});