ServiceSummary constructor
ServiceSummary({
- String? arn,
- DateTime? createDate,
- String? description,
- DnsConfig? dnsConfig,
- HealthCheckConfig? healthCheckConfig,
- HealthCheckCustomConfig? healthCheckCustomConfig,
- String? id,
- int? instanceCount,
- String? name,
Implementation
ServiceSummary({
this.arn,
this.createDate,
this.description,
this.dnsConfig,
this.healthCheckConfig,
this.healthCheckCustomConfig,
this.id,
this.instanceCount,
this.name,
});