HostedZoneOwner class
A complex type that identifies a hosted zone that a specified Amazon VPC is
associated with and the owner of the hosted zone. If there is a value for
OwningAccount
, there is no value for
OwningService
, and vice versa.
Constructors
- HostedZoneOwner({String? owningAccount, String? owningService})
- HostedZoneOwner.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- owningAccount → String?
-
If the hosted zone was created by an AWS account, or was created by an AWS
service that creates hosted zones using the current account,
OwningAccount
contains the account ID of that account. For example, when you use AWS Cloud Map to create a hosted zone, Cloud Map creates the hosted zone using the current AWS account.final - owningService → String?
-
If an AWS service uses its own account to create a hosted zone and associate
the specified VPC with that hosted zone,
OwningService
contains an abbreviation that identifies the service. For example, if Amazon Elastic File System (Amazon EFS) created a hosted zone and associated a VPC with the hosted zone, the value ofOwningService
isefs.amazonaws.com
.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