Class: Aws::Types::QuickResponseSearchResultData
- Inherits:
-
Object
- Object
- Aws::Types::QuickResponseSearchResultData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes_interpolated ⇒ ::Array[::String]
Returns the value of attribute attributes_interpolated.
-
#attributes_not_interpolated ⇒ ::Array[::String]
Returns the value of attribute attributes_not_interpolated.
-
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#contents ⇒ Types::QuickResponseContents
Returns the value of attribute contents.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
-
#is_active ⇒ Boolean
Returns the value of attribute is_active.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#quick_response_arn ⇒ ::String
Returns the value of attribute quick_response_arn.
-
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
-
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#attributes_interpolated ⇒ ::Array[::String]
Returns the value of attribute attributes_interpolated.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def attributes_interpolated @attributes_interpolated end |
#attributes_not_interpolated ⇒ ::Array[::String]
Returns the value of attribute attributes_not_interpolated.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def attributes_not_interpolated @attributes_not_interpolated end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def channels @channels end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def content_type @content_type end |
#contents ⇒ Types::QuickResponseContents
Returns the value of attribute contents.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def contents @contents end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def is_active @is_active end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2431 2432 2433 |
# File 'sig/types.rbs', line 2431 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def language @language end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def name @name end |
#quick_response_arn ⇒ ::String
Returns the value of attribute quick_response_arn.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def quick_response_arn @quick_response_arn end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
2430 2431 2432 |
# File 'sig/types.rbs', line 2430 def quick_response_id @quick_response_id end |
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def shortcut_key @shortcut_key end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def @tags end |