EnvironmentDescription constructor
EnvironmentDescription({
- bool? abortableOperationInProgress,
- String? applicationName,
- String? cname,
- DateTime? dateCreated,
- DateTime? dateUpdated,
- String? description,
- String? endpointURL,
- String? environmentArn,
- String? environmentId,
- List<
EnvironmentLink> ? environmentLinks, - String? environmentName,
- EnvironmentHealth? health,
- EnvironmentHealthStatus? healthStatus,
- String? operationsRole,
- String? platformArn,
- EnvironmentResourcesDescription? resources,
- String? solutionStackName,
- EnvironmentStatus? status,
- String? templateName,
- EnvironmentTier? tier,
- 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,
});