Class: Aws::Deadline::Types::StepParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The details of a step parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chunksTypes::StepParameterChunks

The configuration for task chunking.



9205
9206
9207
9208
9209
9210
9211
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9205

class StepParameter < Struct.new(
  :name,
  :type,
  :chunks)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the parameter.

Returns:

  • (String)


9205
9206
9207
9208
9209
9210
9211
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9205

class StepParameter < Struct.new(
  :name,
  :type,
  :chunks)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type of the parameter.

Returns:

  • (String)


9205
9206
9207
9208
9209
9210
9211
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9205

class StepParameter < Struct.new(
  :name,
  :type,
  :chunks)
  SENSITIVE = []
  include Aws::Structure
end