Class: Aws::Types::IterableFormItem
- Inherits:
-
Object
- Object
- Aws::Types::IterableFormItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachments ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute attachments.
-
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
-
#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
#attachments ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute attachments.
4798 4799 4800 |
# File 'sig/types.rbs', line 4798 def @attachments end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
4797 4798 4799 |
# File 'sig/types.rbs', line 4797 def forms @forms end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
4796 4797 4798 |
# File 'sig/types.rbs', line 4796 def glossary_terms @glossary_terms end |
#item_id ⇒ ::String
Returns the value of attribute item_id.
4794 4795 4796 |
# File 'sig/types.rbs', line 4794 def item_id @item_id end |
#item_name ⇒ ::String
Returns the value of attribute item_name.
4795 4796 4797 |
# File 'sig/types.rbs', line 4795 def item_name @item_name end |