HostedZoneSummary class
In the response to a ListHostedZonesByVPC
request, the
HostedZoneSummaries
element contains one
HostedZoneSummary
element for each hosted zone that the
specified Amazon VPC is associated with. Each HostedZoneSummary
element contains the hosted zone name and ID, and information about who owns
the hosted zone.
Constructors
- HostedZoneSummary({required String hostedZoneId, required String name, required HostedZoneOwner owner})
- HostedZoneSummary.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostedZoneId → String
-
The Route 53 hosted zone ID of a private hosted zone that the specified VPC
is associated with.
final
- name → String
-
The name of the private hosted zone, such as
example.com
.final - owner → HostedZoneOwner
-
The owner of a private hosted zone that the specified VPC is associated
with. The owner can be either an AWS account or an AWS 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