Class: Aws::Types::TaskTemplateField
- Inherits:
-
Object
- Object
- Aws::Types::TaskTemplateField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ Types::TaskTemplateFieldIdentifier
Returns the value of attribute id.
-
#single_select_options ⇒ ::Array[::String]
Returns the value of attribute single_select_options.
-
#type ⇒ "NAME", ...
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
8374 8375 8376 |
# File 'sig/types.rbs', line 8374 def description @description end |
#id ⇒ Types::TaskTemplateFieldIdentifier
Returns the value of attribute id.
8373 8374 8375 |
# File 'sig/types.rbs', line 8373 def id @id end |
#single_select_options ⇒ ::Array[::String]
Returns the value of attribute single_select_options.
8376 8377 8378 |
# File 'sig/types.rbs', line 8376 def @single_select_options end |
#type ⇒ "NAME", ...
Returns the value of attribute type.
8375 8376 8377 |
# File 'sig/types.rbs', line 8375 def type @type end |