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.
400 401 402 |
# File 'sig/types.rbs', line 400 def knowledge_base_id @knowledge_base_id end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
401 402 403 |
# File 'sig/types.rbs', line 401 def quick_response_id @quick_response_id end |