Class: Aws::Types::SubscribedListingItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AssetListing, ProductListing, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_listingTypes::SubscribedAssetListing

Returns the value of attribute asset_listing.



6112
6113
6114
# File 'sig/types.rbs', line 6112

def asset_listing
  @asset_listing
end

#product_listingTypes::SubscribedProductListing

Returns the value of attribute product_listing.



6113
6114
6115
# File 'sig/types.rbs', line 6113

def product_listing
  @product_listing
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6114
6115
6116
# File 'sig/types.rbs', line 6114

def unknown
  @unknown
end