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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



11062
11063
11064
11065
11066
11067
11068
# File 'lib/aws-sdk-deadline/types.rb', line 11062

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

#nameString

The name of the parameter.

Returns:

  • (String)


11062
11063
11064
11065
11066
11067
11068
# File 'lib/aws-sdk-deadline/types.rb', line 11062

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

#typeString

The data type of the parameter.

Returns:

  • (String)


11062
11063
11064
11065
11066
11067
11068
# File 'lib/aws-sdk-deadline/types.rb', line 11062

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