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
-
#name ⇒ String
The name of the parameter.
-
#type ⇒ String
The data type of the parameter.
Instance Attribute Details
#name ⇒ String
The name of the parameter.
7939 7940 7941 7942 7943 7944 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7939 class StepParameter < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The data type of the parameter.
7939 7940 7941 7942 7943 7944 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7939 class StepParameter < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |