Class: Aws::Types::SearchResultItem

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::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_listingTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


5654
5655
5656
# File 'sig/types.rbs', line 5654

def unknown
  @unknown
end