CompletedPart

public struct CompletedPart : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Entity tag returned when the part was uploaded.

    Declaration

    Swift

    public let eTag: String?
  • Part number that identifies the part. This is a positive integer between 1 and 10,000.

    Declaration

    Swift

    public let partNumber: Int?
  • Undocumented

    Declaration

    Swift

    public init(eTag: String? = nil, partNumber: Int? = nil)