Class: Aws::Types::WorkflowParameterDetail
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowParameterDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::Array[::String]
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ ::Array[::String]
Returns the value of attribute default_value.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def type @type end |