Class: Aws::Types::StartPatientInsightsJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartPatientInsightsJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
474 475 476 |
# File 'sig/types.rbs', line 474 def creation_time @creation_time end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
472 473 474 |
# File 'sig/types.rbs', line 472 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
473 474 475 |
# File 'sig/types.rbs', line 473 def job_id @job_id end |