ClusterMetadata constructor

ClusterMetadata({
  1. String? addressId,
  2. String? clusterId,
  3. ClusterState? clusterState,
  4. DateTime? creationDate,
  5. String? description,
  6. String? forwardingAddressId,
  7. JobType? jobType,
  8. String? kmsKeyARN,
  9. Notification? notification,
  10. JobResource? resources,
  11. String? roleARN,
  12. ShippingOption? shippingOption,
  13. SnowballType? snowballType,
  14. 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,
});