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.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def channels @channels end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def content_type @content_type end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def description @description end |
#is_active ⇒ Boolean
Returns the value of attribute is_active.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def is_active @is_active end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def knowledge_base_id @knowledge_base_id end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def name @name end |
#quick_response_arn ⇒ ::String
Returns the value of attribute quick_response_arn.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def quick_response_arn @quick_response_arn end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def quick_response_id @quick_response_id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def @tags end |