Class: Aws::Types::DeleteContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
Instance Attribute Details
#content_id ⇒ ::String
Returns the value of attribute content_id.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def content_id @content_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def knowledge_base_id @knowledge_base_id end |