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.
723 724 725 |
# File 'sig/types.rbs', line 723 def attributes_interpolated @attributes_interpolated end |
#attributes_not_interpolated ⇒ ::Array[::String]
Returns the value of attribute attributes_not_interpolated.
724 725 726 |
# File 'sig/types.rbs', line 724 def attributes_not_interpolated @attributes_not_interpolated end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
725 726 727 |
# File 'sig/types.rbs', line 725 def channels @channels end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
726 727 728 |
# File 'sig/types.rbs', line 726 def content_type @content_type end |
#contents ⇒ Types::QuickResponseContents
Returns the value of attribute contents.
727 728 729 |
# File 'sig/types.rbs', line 727 def contents @contents end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
728 729 730 |
# File 'sig/types.rbs', line 728 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
729 730 731 |
# File 'sig/types.rbs', line 729 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
730 731 732 |
# File 'sig/types.rbs', line 730 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
731 732 733 |
# File 'sig/types.rbs', line 731 def is_active @is_active end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
732 733 734 |
# File 'sig/types.rbs', line 732 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
733 734 735 |
# File 'sig/types.rbs', line 733 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
734 735 736 |
# File 'sig/types.rbs', line 734 def language @language end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
735 736 737 |
# File 'sig/types.rbs', line 735 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
736 737 738 |
# File 'sig/types.rbs', line 736 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
737 738 739 |
# File 'sig/types.rbs', line 737 def name @name end |
#quick_response_arn ⇒ ::String
Returns the value of attribute quick_response_arn.
738 739 740 |
# File 'sig/types.rbs', line 738 def quick_response_arn @quick_response_arn end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
739 740 741 |
# File 'sig/types.rbs', line 739 def quick_response_id @quick_response_id end |
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
740 741 742 |
# File 'sig/types.rbs', line 740 def shortcut_key @shortcut_key end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
741 742 743 |
# File 'sig/types.rbs', line 741 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
742 743 744 |
# File 'sig/types.rbs', line 742 def end |