Class: Aws::Types::SubscribedListingItem
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedListingItem
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AssetListing, ProductListing, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_listing ⇒ Types::SubscribedAssetListing
Returns the value of attribute asset_listing.
-
#product_listing ⇒ Types::SubscribedProductListing
Returns the value of attribute product_listing.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#asset_listing ⇒ Types::SubscribedAssetListing
Returns the value of attribute asset_listing.
6112 6113 6114 |
# File 'sig/types.rbs', line 6112 def asset_listing @asset_listing end |
#product_listing ⇒ Types::SubscribedProductListing
Returns the value of attribute product_listing.
6113 6114 6115 |
# File 'sig/types.rbs', line 6113 def product_listing @product_listing end |
#unknown ⇒ Object
Returns the value of attribute unknown.
6114 6115 6116 |
# File 'sig/types.rbs', line 6114 def unknown @unknown end |