ArrayPropertiesDetail
public struct ArrayPropertiesDetail : 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 array job children.
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? -
A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.
Declaration
Swift
public let statusSummary: [String : Int]? -
Undocumented
Declaration
Swift
public init(index: Int? = nil, size: Int? = nil, statusSummary: [String : Int]? = nil)
View on GitHub
ArrayPropertiesDetail Structure Reference