EnvironmentDescription constructor

EnvironmentDescription({
  1. bool? abortableOperationInProgress,
  2. String? applicationName,
  3. String? cname,
  4. DateTime? dateCreated,
  5. DateTime? dateUpdated,
  6. String? description,
  7. String? endpointURL,
  8. String? environmentArn,
  9. String? environmentId,
  10. List<EnvironmentLink>? environmentLinks,
  11. String? environmentName,
  12. EnvironmentHealth? health,
  13. EnvironmentHealthStatus? healthStatus,
  14. String? operationsRole,
  15. String? platformArn,
  16. EnvironmentResourcesDescription? resources,
  17. String? solutionStackName,
  18. EnvironmentStatus? status,
  19. String? templateName,
  20. EnvironmentTier? tier,
  21. String? versionLabel,
})

Implementation

EnvironmentDescription({
  this.abortableOperationInProgress,
  this.applicationName,
  this.cname,
  this.dateCreated,
  this.dateUpdated,
  this.description,
  this.endpointURL,
  this.environmentArn,
  this.environmentId,
  this.environmentLinks,
  this.environmentName,
  this.health,
  this.healthStatus,
  this.operationsRole,
  this.platformArn,
  this.resources,
  this.solutionStackName,
  this.status,
  this.templateName,
  this.tier,
  this.versionLabel,
});