BatchArrayProperties

public struct BatchArrayProperties : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.

    Declaration

    Swift

    public let size: Int?
  • Undocumented

    Declaration

    Swift

    public init(size: Int? = nil)