class Amazonite::EventBridge::BatchArrayProperties

Overview

The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.

Included Modules

Defined in:

eventbridge/batch_array_properties.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(size : Int32 | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def size : Int32 | Nil #

The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.


[View source]
def size=(size : Int32 | Nil) #

The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.


[View source]
def validate! : Nil #

[View source]