InfrastructureConfigurationSummary constructor

InfrastructureConfigurationSummary({
  1. String? arn,
  2. String? dateCreated,
  3. String? dateUpdated,
  4. String? description,
  5. String? name,
  6. Map<String, String>? resourceTags,
  7. Map<String, String>? tags,
})

Implementation

InfrastructureConfigurationSummary({
  this.arn,
  this.dateCreated,
  this.dateUpdated,
  this.description,
  this.name,
  this.resourceTags,
  this.tags,
});