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.
4841 4842 4843 |
# File 'sig/types.rbs', line 4841 def @attachments end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
4840 4841 4842 |
# File 'sig/types.rbs', line 4840 def forms @forms end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
4839 4840 4841 |
# File 'sig/types.rbs', line 4839 def glossary_terms @glossary_terms end |
#item_id ⇒ ::String
Returns the value of attribute item_id.
4837 4838 4839 |
# File 'sig/types.rbs', line 4837 def item_id @item_id end |
#item_name ⇒ ::String
Returns the value of attribute item_name.
4838 4839 4840 |
# File 'sig/types.rbs', line 4838 def item_name @item_name end |