Class: Aws::Types::SuggestableConfig
- Inherits:
-
Object
- Object
- Aws::Types::SuggestableConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#suggestable ⇒ Boolean
Returns the value of attribute suggestable.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def attribute_name @attribute_name end |
#suggestable ⇒ Boolean
Returns the value of attribute suggestable.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def suggestable @suggestable end |