UpdateTrafficPolicyCommentRequest
public struct UpdateTrafficPolicyCommentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The new comment for the specified traffic policy and version.
Declaration
Swift
public let comment: String
-
The value of Id for the traffic policy that you want to update the comment for.
Declaration
Swift
public let id: String
-
The value of Version for the traffic policy that you want to update the comment for.
Declaration
Swift
public let version: Int
-
Undocumented
Declaration
Swift
public init(comment: String, id: String, version: Int)
-
Declaration
Swift
public func validate(name: String) throws