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.
615 616 617 |
# File 'sig/types.rbs', line 615 def datastore_id @datastore_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
613 614 615 |
# File 'sig/types.rbs', line 613 def job_id @job_id end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
614 615 616 |
# File 'sig/types.rbs', line 614 def job_status @job_status end |