Cluster constructor

Cluster({
  1. int? activeServicesCount,
  2. List<Attachment>? attachments,
  3. String? attachmentsStatus,
  4. List<String>? capacityProviders,
  5. String? clusterArn,
  6. String? clusterName,
  7. List<CapacityProviderStrategyItem>? defaultCapacityProviderStrategy,
  8. int? pendingTasksCount,
  9. int? registeredContainerInstancesCount,
  10. int? runningTasksCount,
  11. List<ClusterSetting>? settings,
  12. List<KeyValuePair>? statistics,
  13. String? status,
  14. List<Tag>? tags,
})

Implementation

Cluster({
  this.activeServicesCount,
  this.attachments,
  this.attachmentsStatus,
  this.capacityProviders,
  this.clusterArn,
  this.clusterName,
  this.defaultCapacityProviderStrategy,
  this.pendingTasksCount,
  this.registeredContainerInstancesCount,
  this.runningTasksCount,
  this.settings,
  this.statistics,
  this.status,
  this.tags,
});