SanitizationWarning
public struct SanitizationWarning : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the XML attribute that has been sanitized.
Declaration
Swift
public let attributeName: String?
-
The name of the XML element that has been sanitized.
Declaration
Swift
public let elementName: String?
-
Required. The reason for which the XML elements or attributes were sanitized.
Declaration
Swift
public let reason: SanitizationWarningReason?
-
Undocumented
Declaration
Swift
public init(attributeName: String? = nil, elementName: String? = nil, reason: SanitizationWarningReason? = nil)