Class: Aws::Types::StartFHIRExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartFHIRExportJobResponse
- 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.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
Instance Attribute Details
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
558 559 560 |
# File 'sig/types.rbs', line 558 def datastore_id @datastore_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
556 557 558 |
# File 'sig/types.rbs', line 556 def job_id @job_id end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
557 558 559 |
# File 'sig/types.rbs', line 557 def job_status @job_status end |