CharacterSet
public struct CharacterSet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description of the character set.
Declaration
Swift
public let characterSetDescription: String? -
The name of the character set.
Declaration
Swift
public let characterSetName: String? -
Undocumented
Declaration
Swift
public init(characterSetDescription: String? = nil, characterSetName: String? = nil)
View on GitHub
CharacterSet Structure Reference