UpdateHostedZoneCommentRequest
public struct UpdateHostedZoneCommentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The new comment for the hosted zone. If you don’t specify a value for Comment, Amazon Route 53 deletes the existing value of the Comment element, if any.
Declaration
Swift
public let comment: String?
-
The ID for the hosted zone that you want to update the comment for.
Declaration
Swift
public let id: String
-
Undocumented
Declaration
Swift
public init(comment: String? = nil, id: String)
-
Declaration
Swift
public func validate(name: String) throws