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.
4827 4828 4829 |
# File 'sig/types.rbs', line 4827 def @attachments end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
4826 4827 4828 |
# File 'sig/types.rbs', line 4826 def forms @forms end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
4825 4826 4827 |
# File 'sig/types.rbs', line 4825 def glossary_terms @glossary_terms end |
#item_id ⇒ ::String
Returns the value of attribute item_id.
4823 4824 4825 |
# File 'sig/types.rbs', line 4823 def item_id @item_id end |
#item_name ⇒ ::String
Returns the value of attribute item_name.
4824 4825 4826 |
# File 'sig/types.rbs', line 4824 def item_name @item_name end |