Class: Aws::Types::SearchInventoryResultItem
- Inherits:
-
Object
- Object
- Aws::Types::SearchInventoryResultItem
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AssetItem, DataProductItem, GlossaryItem, GlossaryTermItem, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_item ⇒ Types::AssetItem
Returns the value of attribute asset_item.
-
#data_product_item ⇒ Types::DataProductResultItem
Returns the value of attribute data_product_item.
-
#glossary_item ⇒ Types::GlossaryItem
Returns the value of attribute glossary_item.
-
#glossary_term_item ⇒ Types::GlossaryTermItem
Returns the value of attribute glossary_term_item.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#asset_item ⇒ Types::AssetItem
Returns the value of attribute asset_item.
5606 5607 5608 |
# File 'sig/types.rbs', line 5606 def asset_item @asset_item end |
#data_product_item ⇒ Types::DataProductResultItem
Returns the value of attribute data_product_item.
5607 5608 5609 |
# File 'sig/types.rbs', line 5607 def data_product_item @data_product_item end |
#glossary_item ⇒ Types::GlossaryItem
Returns the value of attribute glossary_item.
5604 5605 5606 |
# File 'sig/types.rbs', line 5604 def glossary_item @glossary_item end |
#glossary_term_item ⇒ Types::GlossaryTermItem
Returns the value of attribute glossary_term_item.
5605 5606 5607 |
# File 'sig/types.rbs', line 5605 def glossary_term_item @glossary_term_item end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5608 5609 5610 |
# File 'sig/types.rbs', line 5608 def unknown @unknown end |