Class: Aws::Types::ListingItem

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

Defined Under Namespace

Classes: AssetListing, DataProductListing, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_listingTypes::AssetListing

Returns the value of attribute asset_listing.

Returns:



4415
4416
4417
# File 'sig/types.rbs', line 4415

def asset_listing
  @asset_listing
end

#data_product_listingTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


4417
4418
4419
# File 'sig/types.rbs', line 4417

def unknown
  @unknown
end