Class: Aws::Batch::Types::ArrayProperties

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

Overview

An object that represents an Batch array job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sizeInteger

The size of the array job.

Returns:

  • (Integer)


21
22
23
24
25
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 21

class ArrayProperties < Struct.new(
  :size)
  SENSITIVE = []
  include Aws::Structure
end