Class: Aws::Types::DescribeBulkImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBulkImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def job_id @job_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def workspace_name @workspace_name end |