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.



8830
8831
8832
8833
8834
8835
8836
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8830

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

#nameString

The name of the parameter.

Returns:

  • (String)


8830
8831
8832
8833
8834
8835
8836
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8830

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

#typeString

The data type of the parameter.

Returns:

  • (String)


8830
8831
8832
8833
8834
8835
8836
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8830

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