Content
public struct Content : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The character set of the content.
Declaration
Swift
public let charset: String?
-
The textual data of the content.
Declaration
Swift
public let data: String
-
Undocumented
Declaration
Swift
public init(charset: String? = nil, data: String)