Class: Aws::Types::SearchResultItem
- Inherits:
-
Object
- Object
- Aws::Types::SearchResultItem
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AssetListing, DataProductListing, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_listing ⇒ Types::AssetListingItem
Returns the value of attribute asset_listing.
-
#data_product_listing ⇒ Types::DataProductListingItem
Returns the value of attribute data_product_listing.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#asset_listing ⇒ Types::AssetListingItem
Returns the value of attribute asset_listing.
5652 5653 5654 |
# File 'sig/types.rbs', line 5652 def asset_listing @asset_listing end |
#data_product_listing ⇒ Types::DataProductListingItem
Returns the value of attribute data_product_listing.
5653 5654 5655 |
# File 'sig/types.rbs', line 5653 def data_product_listing @data_product_listing end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5654 5655 5656 |
# File 'sig/types.rbs', line 5654 def unknown @unknown end |