ClusterMetadata constructor
ClusterMetadata({
- String? addressId,
- String? clusterId,
- ClusterState? clusterState,
- DateTime? creationDate,
- String? description,
- String? forwardingAddressId,
- JobType? jobType,
- String? kmsKeyARN,
- Notification? notification,
- JobResource? resources,
- String? roleARN,
- ShippingOption? shippingOption,
- SnowballType? snowballType,
- TaxDocuments? taxDocuments,
Implementation
ClusterMetadata({
this.addressId,
this.clusterId,
this.clusterState,
this.creationDate,
this.description,
this.forwardingAddressId,
this.jobType,
this.kmsKeyARN,
this.notification,
this.resources,
this.roleARN,
this.shippingOption,
this.snowballType,
this.taxDocuments,
});