ConfigurationSettingsDescription constructor

ConfigurationSettingsDescription({
  1. String? applicationName,
  2. DateTime? dateCreated,
  3. DateTime? dateUpdated,
  4. ConfigurationDeploymentStatus? deploymentStatus,
  5. String? description,
  6. String? environmentName,
  7. List<ConfigurationOptionSetting>? optionSettings,
  8. String? platformArn,
  9. String? solutionStackName,
  10. String? templateName,
})

Implementation

ConfigurationSettingsDescription({
  this.applicationName,
  this.dateCreated,
  this.dateUpdated,
  this.deploymentStatus,
  this.description,
  this.environmentName,
  this.optionSettings,
  this.platformArn,
  this.solutionStackName,
  this.templateName,
});