Class: Aws::Types::ThingGroupIndexingConfiguration

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:



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.

Returns:



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.

Returns:

  • ("OFF", "ON")


4789
4790
4791
# File 'sig/types.rbs', line 4789

def thing_group_indexing_mode
  @thing_group_indexing_mode
end