Class: Aws::Types::DeleteQuickResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteQuickResponseRequest
- 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.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def knowledge_base_id @knowledge_base_id end |
#quick_response_id ⇒ ::String
Returns the value of attribute quick_response_id.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def quick_response_id @quick_response_id end |