Class: Aws::Types::GetImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetImportJobRequest
- 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.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def import_job_id @import_job_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def knowledge_base_id @knowledge_base_id end |