InputDataConfig

public struct InputDataConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The multipurpose internet mail extension (MIME) type of the input files. Valid values are text/plain for plaintext files and text/html for HTML files.

    Declaration

    Swift

    public let contentType: String
  • The URI of the AWS S3 folder that contains the input file. The folder must be in the same Region as the API endpoint you are calling.

    Declaration

    Swift

    public let s3Uri: String
  • Undocumented

    Declaration

    Swift

    public init(contentType: String, s3Uri: String)
  • Declaration

    Swift

    public func validate(name: String) throws