Class: Aws::Types::DescribeFHIRImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFHIRImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
223 224 225 |
# File 'sig/types.rbs', line 223 def datastore_id @datastore_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
224 225 226 |
# File 'sig/types.rbs', line 224 def job_id @job_id end |