Class: Aws::Types::GetQuickResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetQuickResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
Instance Attribute Details
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def knowledge_base_id @knowledge_base_id end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def quick_response_id @quick_response_id end |