Class: Aws::Types::ThingGroupIndexingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ThingGroupIndexingConfiguration
- 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.
-
#managed_fields ⇒ ::Array[Types::Field]
Returns the value of attribute managed_fields.
-
#thing_group_indexing_mode ⇒ "OFF", "ON"
Returns the value of attribute thing_group_indexing_mode.
Instance Attribute Details
#custom_fields ⇒ ::Array[Types::Field]
Returns the value of attribute custom_fields.
4791 4792 4793 |
# File 'sig/types.rbs', line 4791 def custom_fields @custom_fields end |
#managed_fields ⇒ ::Array[Types::Field]
Returns the value of attribute managed_fields.
4790 4791 4792 |
# File 'sig/types.rbs', line 4790 def managed_fields @managed_fields end |
#thing_group_indexing_mode ⇒ "OFF", "ON"
Returns the value of attribute thing_group_indexing_mode.
4789 4790 4791 |
# File 'sig/types.rbs', line 4789 def thing_group_indexing_mode @thing_group_indexing_mode end |