Class: Aws::Types::QuickResponseData
- Inherits:
-
Object
- Object
- Aws::Types::QuickResponseData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
660 661 662 |
# File 'sig/types.rbs', line 660 def channels @channels end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
661 662 663 |
# File 'sig/types.rbs', line 661 def content_type @content_type end |
#contents ⇒ Types::QuickResponseContents
Returns the value of attribute contents.
662 663 664 |
# File 'sig/types.rbs', line 662 def contents @contents end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
663 664 665 |
# File 'sig/types.rbs', line 663 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
664 665 666 |
# File 'sig/types.rbs', line 664 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
665 666 667 |
# File 'sig/types.rbs', line 665 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
666 667 668 |
# File 'sig/types.rbs', line 666 def is_active @is_active end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
667 668 669 |
# File 'sig/types.rbs', line 667 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
668 669 670 |
# File 'sig/types.rbs', line 668 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
669 670 671 |
# File 'sig/types.rbs', line 669 def language @language end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
670 671 672 |
# File 'sig/types.rbs', line 670 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
671 672 673 |
# File 'sig/types.rbs', line 671 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
672 673 674 |
# File 'sig/types.rbs', line 672 def name @name end |
#quick_response_arn ⇒ ::String
Returns the value of attribute quick_response_arn.
673 674 675 |
# File 'sig/types.rbs', line 673 def quick_response_arn @quick_response_arn end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
674 675 676 |
# File 'sig/types.rbs', line 674 def quick_response_id @quick_response_id end |
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
675 676 677 |
# File 'sig/types.rbs', line 675 def shortcut_key @shortcut_key end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
676 677 678 |
# File 'sig/types.rbs', line 676 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
677 678 679 |
# File 'sig/types.rbs', line 677 def @tags end |