Class: Aws::Deadline::Types::StepParameterChunks

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#default_task_countInteger

The number of tasks to combine into a single chunk by default.

Returns:

  • (Integer)


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_constraintString

Specifies whether the chunked ranges must be contiguous or can have gaps between them.

Returns:

  • (String)


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_secondsInteger

The number of seconds to aim for when forming chunks.

Returns:

  • (Integer)


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