Class: Aws::SageMakerGeospatial::Types::PropertyFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::PropertyFilter
- 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
-
#property ⇒ Types::Property
Represents a single property to match with when searching a raster data collection.
Instance Attribute Details
#property ⇒ Types::Property
Represents a single property to match with when searching a raster data collection.
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 |