Class: Aws::SageMakerGeospatial::Types::PropertyFilters

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

Overview

A list of PropertyFilter objects.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logical_operatorString

The Logical Operator used to combine the Property Filters.

Returns:

  • (String)


1665
1666
1667
1668
1669
1670
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1665

class PropertyFilters < Struct.new(
  :logical_operator,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesArray<Types::PropertyFilter>

A list of Property Filters.

Returns:



1665
1666
1667
1668
1669
1670
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1665

class PropertyFilters < Struct.new(
  :logical_operator,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end