Class: Aws::Types::AttributeSuggestionsUpdateConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_suggestions_mode"ACTIVE", "INACTIVE"

Returns the value of attribute attribute_suggestions_mode.

Returns:



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.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def suggestable_config_list
  @suggestable_config_list
end