Class: Aws::Types::AttributeSuggestionsGetConfig
- Inherits:
-
Object
- Object
- Aws::Types::AttributeSuggestionsGetConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_response_attributes ⇒ ::Array[::String]
Returns the value of attribute additional_response_attributes.
-
#attribute_filter ⇒ Types::AttributeFilter
Returns the value of attribute attribute_filter.
-
#suggestion_attributes ⇒ ::Array[::String]
Returns the value of attribute suggestion_attributes.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
Instance Attribute Details
#additional_response_attributes ⇒ ::Array[::String]
Returns the value of attribute additional_response_attributes.
106 107 108 |
# File 'sig/types.rbs', line 106 def additional_response_attributes @additional_response_attributes end |
#attribute_filter ⇒ Types::AttributeFilter
Returns the value of attribute attribute_filter.
107 108 109 |
# File 'sig/types.rbs', line 107 def attribute_filter @attribute_filter end |
#suggestion_attributes ⇒ ::Array[::String]
Returns the value of attribute suggestion_attributes.
105 106 107 |
# File 'sig/types.rbs', line 105 def suggestion_attributes @suggestion_attributes end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
108 109 110 |
# File 'sig/types.rbs', line 108 def user_context @user_context end |