Class: Aws::Types::ThingIndexingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ThingIndexingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_fields ⇒ ::Array[Types::Field]
Returns the value of attribute custom_fields.
-
#device_defender_indexing_mode ⇒ "OFF", "VIOLATIONS"
Returns the value of attribute device_defender_indexing_mode.
-
#filter ⇒ Types::IndexingFilter
Returns the value of attribute filter.
-
#managed_fields ⇒ ::Array[Types::Field]
Returns the value of attribute managed_fields.
-
#named_shadow_indexing_mode ⇒ "OFF", "ON"
Returns the value of attribute named_shadow_indexing_mode.
-
#thing_connectivity_indexing_mode ⇒ "OFF", "STATUS"
Returns the value of attribute thing_connectivity_indexing_mode.
-
#thing_indexing_mode ⇒ "OFF", ...
Returns the value of attribute thing_indexing_mode.
Instance Attribute Details
#custom_fields ⇒ ::Array[Types::Field]
Returns the value of attribute custom_fields.
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.
4811 4812 4813 |
# File 'sig/types.rbs', line 4811 def device_defender_indexing_mode @device_defender_indexing_mode end |
#filter ⇒ Types::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.
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.
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.
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.
4809 4810 4811 |
# File 'sig/types.rbs', line 4809 def thing_indexing_mode @thing_indexing_mode end |