ArrayPropertiesSummary

public struct ArrayPropertiesSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The job index within the array that is associated with this job. This parameter is returned for children of array jobs.

    Declaration

    Swift

    public let index: Int?
  • The size of the array job. This parameter is returned for parent array jobs.

    Declaration

    Swift

    public let size: Int?
  • Undocumented

    Declaration

    Swift

    public init(index: Int? = nil, size: Int? = nil)