Class: Aws::Types::KendraConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KendraConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kendra_index ⇒ ::String
Returns the value of attribute kendra_index.
-
#query_filter_string ⇒ ::String
Returns the value of attribute query_filter_string.
-
#role ⇒ ::String
Returns the value of attribute role.
Instance Attribute Details
#kendra_index ⇒ ::String
Returns the value of attribute kendra_index.
611 612 613 |
# File 'sig/types.rbs', line 611 def kendra_index @kendra_index end |
#query_filter_string ⇒ ::String
Returns the value of attribute query_filter_string.
612 613 614 |
# File 'sig/types.rbs', line 612 def query_filter_string @query_filter_string end |
#role ⇒ ::String
Returns the value of attribute role.
613 614 615 |
# File 'sig/types.rbs', line 613 def role @role end |