TrafficPolicySummary class
A complex type that contains information about the latest version of one traffic policy that is associated with the current AWS account.
Constructors
- TrafficPolicySummary({required String id, required int latestVersion, required String name, required int trafficPolicyCount, required RRType type})
- TrafficPolicySummary.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID that Amazon Route 53 assigned to the traffic policy when you created
it.
final
- latestVersion → int
-
The version number of the latest version of the traffic policy.
final
- name → String
-
The name that you specified for the traffic policy when you created it.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trafficPolicyCount → int
-
The number of traffic policies that are associated with the current AWS
account.
final
- type → RRType
-
The DNS type of the resource record sets that Amazon Route 53 creates when
you use a traffic policy to create a traffic policy instance.
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