Class: Aws::Types::StepOutput
- Inherits:
-
Object
- Object
- Aws::Types::StepOutput
- 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.
Instance Attribute Details
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
502 503 504 |
# File 'sig/types.rbs', line 502 def data_type @data_type end |
#name ⇒ ::String
Returns the value of attribute name.
501 502 503 |
# File 'sig/types.rbs', line 501 def name @name end |
#required ⇒ Boolean
Returns the value of attribute required.
503 504 505 |
# File 'sig/types.rbs', line 503 def required @required end |