Class: Aws::Types::WorkflowStepOutput
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowStepOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#value ⇒ Types::WorkflowStepOutputUnion
Returns the value of attribute value.
Instance Attribute Details
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
709 710 711 |
# File 'sig/types.rbs', line 709 def data_type @data_type end |
#name ⇒ ::String
Returns the value of attribute name.
708 709 710 |
# File 'sig/types.rbs', line 708 def name @name end |
#required ⇒ Boolean
Returns the value of attribute required.
710 711 712 |
# File 'sig/types.rbs', line 710 def required @required end |
#value ⇒ Types::WorkflowStepOutputUnion
Returns the value of attribute value.
711 712 713 |
# File 'sig/types.rbs', line 711 def value @value end |