Class: Aws::Batch::Types::ArrayPropertiesDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

An object that represents the array properties of a job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexInteger

The job index within the array that's associated with this job. This parameter is returned for array job children.

Returns:

  • (Integer)


46
47
48
49
50
51
52
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 46

class ArrayPropertiesDetail < Struct.new(
  :status_summary,
  :size,
  :index)
  SENSITIVE = []
  include Aws::Structure
end

#sizeInteger

The size of the array job. This parameter is returned for parent array jobs.

Returns:

  • (Integer)


46
47
48
49
50
51
52
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 46

class ArrayPropertiesDetail < Struct.new(
  :status_summary,
  :size,
  :index)
  SENSITIVE = []
  include Aws::Structure
end

#status_summaryHash<String,Integer>

A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.

Returns:

  • (Hash<String,Integer>)


46
47
48
49
50
51
52
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 46

class ArrayPropertiesDetail < Struct.new(
  :status_summary,
  :size,
  :index)
  SENSITIVE = []
  include Aws::Structure
end