Class: Aws::Types::AttributeSuggestionsUpdateConfig
- Inherits:
-
Object
- Object
- Aws::Types::AttributeSuggestionsUpdateConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_suggestions_mode ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute attribute_suggestions_mode.
-
#suggestable_config_list ⇒ ::Array[Types::SuggestableConfig]
Returns the value of attribute suggestable_config_list.
Instance Attribute Details
#attribute_suggestions_mode ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute attribute_suggestions_mode.
114 115 116 |
# File 'sig/types.rbs', line 114 def attribute_suggestions_mode @attribute_suggestions_mode end |
#suggestable_config_list ⇒ ::Array[Types::SuggestableConfig]
Returns the value of attribute suggestable_config_list.
113 114 115 |
# File 'sig/types.rbs', line 113 def suggestable_config_list @suggestable_config_list end |