Class: Aws::MarketplaceCatalog::Types::MachineLearningProductEntityIdFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb

Overview

The filter for machine learning product entity IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#value_listArray<String>

A list of entity IDs to filter by. The operation returns machine learning products with entity IDs that match the values in this list.

Returns:

  • (Array<String>)


1509
1510
1511
1512
1513
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 1509

class MachineLearningProductEntityIdFilter < Struct.new(
  :value_list)
  SENSITIVE = []
  include Aws::Structure
end