Class: Aws::Types::AttributeSuggestionsDescribeConfig
- Inherits:
-
Object
- Object
- Aws::Types::AttributeSuggestionsDescribeConfig
- 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.
100 101 102 |
# File 'sig/types.rbs', line 100 def attribute_suggestions_mode @attribute_suggestions_mode end |
#suggestable_config_list ⇒ ::Array[Types::SuggestableConfig]
Returns the value of attribute suggestable_config_list.
99 100 101 |
# File 'sig/types.rbs', line 99 def suggestable_config_list @suggestable_config_list end |