Class: Aws::Types::DeleteImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_job_id ⇒ ::String
Returns the value of attribute import_job_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
Instance Attribute Details
#import_job_id ⇒ ::String
Returns the value of attribute import_job_id.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def import_job_id @import_job_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def knowledge_base_id @knowledge_base_id end |