Class: Aws::SageMakerGeospatial::Types::PropertyFilter

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

Overview

The structure representing a single PropertyFilter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#propertyTypes::Property

Represents a single property to match with when searching a raster data collection.

Returns:



1647
1648
1649
1650
1651
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1647

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