S3Object

public struct S3Object : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the S3 bucket.

    Declaration

    Swift

    public let bucket: String?
  • The file name of the input document. Synchronous operations can use image files that are in JPEG or PNG format. Asynchronous operations also support PDF format files.

    Declaration

    Swift

    public let name: String?
  • If the bucket has versioning enabled, you can specify the object version.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(bucket: String? = nil, name: String? = nil, version: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws