Class: Aws::Batch::Types::ArrayProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::ArrayProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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 'lib/aws-sdk-batch/types.rb', line 21 class ArrayProperties < Struct.new( :size) SENSITIVE = [] include Aws::Structure end  |