LinkedService class
If a health check or hosted zone was created by another service,
LinkedService
is a complex type that describes the service that
created the resource. When a resource is created by another service, you
can't edit or delete it using Amazon Route 53.
Constructors
- LinkedService.new({String? description, String? servicePrincipal})
- LinkedService.fromXml(XmlElement elem)
-
factory
Properties
- description → String?
-
If the health check or hosted zone was created by another service, an
optional description that can be provided by the other service. When a
resource is created by another service, you can't edit or delete it using
Amazon Route 53.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- servicePrincipal → String?
-
If the health check or hosted zone was created by another service, the
service that created the resource. When a resource is created by another
service, you can't edit or delete it using Amazon Route 53.
final
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