ServiceChange class

A complex type that contains changes to an existing service.

Constructors

ServiceChange({String? description, DnsConfigChange? dnsConfig, HealthCheckConfig? healthCheckConfig})

Properties

description String?
A description for the service.
final
dnsConfig DnsConfigChange?
A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.
final
hashCode int
The hash code for this object.
no setterinherited
healthCheckConfig HealthCheckConfig?
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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