Class: Aws::Deadline::Types::StepParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepParameter
- 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
-
#chunks ⇒ Types::StepParameterChunks
The configuration for task chunking.
-
#name ⇒ String
The name of the parameter.
-
#type ⇒ String
The data type of the parameter.
Instance Attribute Details
#chunks ⇒ Types::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 |
#name ⇒ String
The name of the parameter.
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 |
#type ⇒ String
The data type of the parameter.
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 |