Class: Aws::Types::ThingIndexingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_fields::Array[Types::Field]

Returns the value of attribute custom_fields.

Returns:



4814
4815
4816
# File 'sig/types.rbs', line 4814

def custom_fields
  @custom_fields
end

#device_defender_indexing_mode"OFF", "VIOLATIONS"

Returns the value of attribute device_defender_indexing_mode.

Returns:

  • ("OFF", "VIOLATIONS")


4811
4812
4813
# File 'sig/types.rbs', line 4811

def device_defender_indexing_mode
  @device_defender_indexing_mode
end

#filterTypes::IndexingFilter

Returns the value of attribute filter.



4815
4816
4817
# File 'sig/types.rbs', line 4815

def filter
  @filter
end

#managed_fields::Array[Types::Field]

Returns the value of attribute managed_fields.

Returns:



4813
4814
4815
# File 'sig/types.rbs', line 4813

def managed_fields
  @managed_fields
end

#named_shadow_indexing_mode"OFF", "ON"

Returns the value of attribute named_shadow_indexing_mode.

Returns:

  • ("OFF", "ON")


4812
4813
4814
# File 'sig/types.rbs', line 4812

def named_shadow_indexing_mode
  @named_shadow_indexing_mode
end

#thing_connectivity_indexing_mode"OFF", "STATUS"

Returns the value of attribute thing_connectivity_indexing_mode.

Returns:

  • ("OFF", "STATUS")


4810
4811
4812
# File 'sig/types.rbs', line 4810

def thing_connectivity_indexing_mode
  @thing_connectivity_indexing_mode
end

#thing_indexing_mode"OFF", ...

Returns the value of attribute thing_indexing_mode.

Returns:

  • ("OFF", "REGISTRY", "REGISTRY_AND_SHADOW")


4809
4810
4811
# File 'sig/types.rbs', line 4809

def thing_indexing_mode
  @thing_indexing_mode
end