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.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def channels @channels end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def content_type @content_type end |
#contents ⇒ Types::QuickResponseContents
Returns the value of attribute contents.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def contents @contents end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def description @description end |
#grouping_configuration ⇒ Types::GroupingConfiguration
Returns the value of attribute grouping_configuration.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def grouping_configuration @grouping_configuration end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def is_active @is_active end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def knowledge_base_id @knowledge_base_id end |
#language ⇒ ::String
Returns the value of attribute language.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def language @language end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def name @name end |
#quick_response_arn ⇒ ::String
Returns the value of attribute quick_response_arn.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def quick_response_arn @quick_response_arn end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def quick_response_id @quick_response_id end |
#shortcut_key ⇒ ::String
Returns the value of attribute shortcut_key.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def shortcut_key @shortcut_key end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def @tags end |