Class: Aws::Types::QuickResponseSummary
- Inherits:
-
Object
- Object
- Aws::Types::QuickResponseSummary
- 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.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#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.
-
#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.
747 748 749 |
# File 'sig/types.rbs', line 747 def channels @channels end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
748 749 750 |
# File 'sig/types.rbs', line 748 def content_type @content_type end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
749 750 751 |
# File 'sig/types.rbs', line 749 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
750 751 752 |
# File 'sig/types.rbs', line 750 def description @description end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
751 752 753 |
# File 'sig/types.rbs', line 751 def is_active @is_active end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
752 753 754 |
# File 'sig/types.rbs', line 752 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
753 754 755 |
# File 'sig/types.rbs', line 753 def knowledge_base_id @knowledge_base_id end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
754 755 756 |
# File 'sig/types.rbs', line 754 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
755 756 757 |
# File 'sig/types.rbs', line 755 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
756 757 758 |
# File 'sig/types.rbs', line 756 def name @name end |
#quick_response_arn ⇒ ::String
Returns the value of attribute quick_response_arn.
757 758 759 |
# File 'sig/types.rbs', line 757 def quick_response_arn @quick_response_arn end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
758 759 760 |
# File 'sig/types.rbs', line 758 def quick_response_id @quick_response_id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
759 760 761 |
# File 'sig/types.rbs', line 759 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
760 761 762 |
# File 'sig/types.rbs', line 760 def end |