ServiceSummary class

A complex type that contains information about a specified service.

Constructors

ServiceSummary({String? arn, DateTime? createDate, String? description, DnsConfig? dnsConfig, HealthCheckConfig? healthCheckConfig, HealthCheckCustomConfig? healthCheckCustomConfig, String? id, int? instanceCount, String? name})
ServiceSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the service when you create it.
final
createDate DateTime?
The date and time that the service was created.
final
description String?
The description that you specify when you create the service.
final
dnsConfig DnsConfig?
final
hashCode int
The hash code for this object.
no setterinherited
healthCheckConfig HealthCheckConfig?
final
healthCheckCustomConfig HealthCheckCustomConfig?
final
id String?
The ID that AWS Cloud Map assigned to the service when you created it.
final
instanceCount int?
The number of instances that are currently associated with the service. Instances that were previously associated with the service but that have been deleted are not included in the count. The count might not reflect pending registrations and deregistrations.
final
name String?
The name of the service.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited