CaptureContentTypeHeader
public struct CaptureContentTypeHeader : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let csvContentTypes: [String]?
-
Undocumented
Declaration
Swift
public let jsonContentTypes: [String]?
-
Undocumented
Declaration
Swift
public init(csvContentTypes: [String]? = nil, jsonContentTypes: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws