Class: Aws::Types::ListingItem
- Inherits:
-
Object
- Object
- Aws::Types::ListingItem
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AssetListing, DataProductListing, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_listing ⇒ Types::AssetListing
Returns the value of attribute asset_listing.
-
#data_product_listing ⇒ Types::DataProductListing
Returns the value of attribute data_product_listing.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#asset_listing ⇒ Types::AssetListing
Returns the value of attribute asset_listing.
4415 4416 4417 |
# File 'sig/types.rbs', line 4415 def asset_listing @asset_listing end |
#data_product_listing ⇒ Types::DataProductListing
Returns the value of attribute data_product_listing.
4416 4417 4418 |
# File 'sig/types.rbs', line 4416 def data_product_listing @data_product_listing end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4417 4418 4419 |
# File 'sig/types.rbs', line 4417 def unknown @unknown end |