DeleteTrafficPolicyInstanceRequest
public struct DeleteTrafficPolicyInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the traffic policy instance that you want to delete. When you delete a traffic policy instance, Amazon Route 53 also deletes all of the resource record sets that were created when you created the traffic policy instance.
Declaration
Swift
public let id: String
-
Undocumented
Declaration
Swift
public init(id: String)
-
Declaration
Swift
public func validate(name: String) throws