Class: Aws::Batch::Types::ArrayProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ArrayProperties
- 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
-
#size ⇒ Integer
The size of the array job.
Instance Attribute Details
#size ⇒ Integer
The size of the array job.
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 |