Class: Aws::Deadline::Types::StepParameterChunks
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepParameterChunks
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Defines how a step parameter range should be divided into chunks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_task_count ⇒ Integer
The number of tasks to combine into a single chunk by default.
-
#range_constraint ⇒ String
Specifies whether the chunked ranges must be contiguous or can have gaps between them.
-
#target_runtime_seconds ⇒ Integer
The number of seconds to aim for when forming chunks.
Instance Attribute Details
#default_task_count ⇒ Integer
The number of tasks to combine into a single chunk by default.
8836 8837 8838 8839 8840 8841 8842 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8836 class StepParameterChunks < Struct.new( :default_task_count, :target_runtime_seconds, :range_constraint) SENSITIVE = [] include Aws::Structure end |
#range_constraint ⇒ String
Specifies whether the chunked ranges must be contiguous or can have gaps between them.
8836 8837 8838 8839 8840 8841 8842 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8836 class StepParameterChunks < Struct.new( :default_task_count, :target_runtime_seconds, :range_constraint) SENSITIVE = [] include Aws::Structure end |
#target_runtime_seconds ⇒ Integer
The number of seconds to aim for when forming chunks.
8836 8837 8838 8839 8840 8841 8842 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8836 class StepParameterChunks < Struct.new( :default_task_count, :target_runtime_seconds, :range_constraint) SENSITIVE = [] include Aws::Structure end |