Class: Aws::Types::CollapseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CollapseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_attribute_key ⇒ ::String
Returns the value of attribute document_attribute_key.
-
#expand ⇒ Boolean
Returns the value of attribute expand.
-
#expand_configuration ⇒ Types::ExpandConfiguration
Returns the value of attribute expand_configuration.
-
#missing_attribute_key_strategy ⇒ "IGNORE", ...
Returns the value of attribute missing_attribute_key_strategy.
-
#sorting_configurations ⇒ ::Array[Types::SortingConfiguration]
Returns the value of attribute sorting_configurations.
Instance Attribute Details
#document_attribute_key ⇒ ::String
Returns the value of attribute document_attribute_key.
244 245 246 |
# File 'sig/types.rbs', line 244 def document_attribute_key @document_attribute_key end |
#expand ⇒ Boolean
Returns the value of attribute expand.
247 248 249 |
# File 'sig/types.rbs', line 247 def end |
#expand_configuration ⇒ Types::ExpandConfiguration
Returns the value of attribute expand_configuration.
248 249 250 |
# File 'sig/types.rbs', line 248 def end |
#missing_attribute_key_strategy ⇒ "IGNORE", ...
Returns the value of attribute missing_attribute_key_strategy.
246 247 248 |
# File 'sig/types.rbs', line 246 def missing_attribute_key_strategy @missing_attribute_key_strategy end |
#sorting_configurations ⇒ ::Array[Types::SortingConfiguration]
Returns the value of attribute sorting_configurations.
245 246 247 |
# File 'sig/types.rbs', line 245 def sorting_configurations @sorting_configurations end |