TrafficPolicySummary

public struct TrafficPolicySummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID that Amazon Route 53 assigned to the traffic policy when you created it.

    Declaration

    Swift

    public let id: String
  • The version number of the latest version of the traffic policy.

    Declaration

    Swift

    public let latestVersion: Int
  • The name that you specified for the traffic policy when you created it.

    Declaration

    Swift

    public let name: String
  • The number of traffic policies that are associated with the current AWS account.

    Declaration

    Swift

    public let trafficPolicyCount: Int
  • 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.

    Declaration

    Swift

    public let type: RRType
  • Undocumented

    Declaration

    Swift

    public init(id: String, latestVersion: Int, name: String, trafficPolicyCount: Int, type: RRType)