Class: Aws::Types::AttributeSuggestionsDescribeConfig

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:

  • ("ACTIVE", "INACTIVE")


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.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def suggestable_config_list
  @suggestable_config_list
end