Class: Aws::Types::IterableFormListItem
- Inherits:
-
Object
- Object
- Aws::Types::IterableFormListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#item_id ⇒ ::String
Returns the value of attribute item_id.
-
#item_name ⇒ ::String
Returns the value of attribute item_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
4848 4849 4850 |
# File 'sig/types.rbs', line 4848 def description @description end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
4849 4850 4851 |
# File 'sig/types.rbs', line 4849 def glossary_terms @glossary_terms end |
#item_id ⇒ ::String
Returns the value of attribute item_id.
4846 4847 4848 |
# File 'sig/types.rbs', line 4846 def item_id @item_id end |
#item_name ⇒ ::String
Returns the value of attribute item_name.
4847 4848 4849 |
# File 'sig/types.rbs', line 4847 def item_name @item_name end |