class
Amazonite::EventBridge::BatchArrayProperties
- Amazonite::EventBridge::BatchArrayProperties
- Reference
- Object
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
- JSON::Serializable
Defined in:
eventbridge/batch_array_properties.crConstructors
- .new(pull : JSON::PullParser)
- .new(size : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#size : Int32 | Nil
The size of the array, if this is an array batch job.
-
#size=(size : Int32 | Nil)
The size of the array, if this is an array batch job.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
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.
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.