Class: Aws::Types::GetPatientInsightsJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPatientInsightsJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#encounter_context ⇒ Types::PatientInsightsEncounterContext
Returns the value of attribute encounter_context.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#insights_context ⇒ Types::InsightsContext
Returns the value of attribute insights_context.
-
#insights_output ⇒ Types::InsightsOutput
Returns the value of attribute insights_output.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#patient_context ⇒ Types::PatientInsightsPatientContext
Returns the value of attribute patient_context.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
-
#updated_time ⇒ ::Time
Returns the value of attribute updated_time.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
202 203 204 |
# File 'sig/types.rbs', line 202 def creation_time @creation_time end |
#encounter_context ⇒ Types::PatientInsightsEncounterContext
Returns the value of attribute encounter_context.
208 209 210 |
# File 'sig/types.rbs', line 208 def encounter_context @encounter_context end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
210 211 212 |
# File 'sig/types.rbs', line 210 def input_data_config @input_data_config end |
#insights_context ⇒ Types::InsightsContext
Returns the value of attribute insights_context.
207 208 209 |
# File 'sig/types.rbs', line 207 def insights_context @insights_context end |
#insights_output ⇒ Types::InsightsOutput
Returns the value of attribute insights_output.
204 205 206 |
# File 'sig/types.rbs', line 204 def insights_output @insights_output end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
200 201 202 |
# File 'sig/types.rbs', line 200 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
199 200 201 |
# File 'sig/types.rbs', line 199 def job_id @job_id end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
201 202 203 |
# File 'sig/types.rbs', line 201 def job_status @job_status end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
211 212 213 |
# File 'sig/types.rbs', line 211 def output_data_config @output_data_config end |
#patient_context ⇒ Types::PatientInsightsPatientContext
Returns the value of attribute patient_context.
206 207 208 |
# File 'sig/types.rbs', line 206 def patient_context @patient_context end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
205 206 207 |
# File 'sig/types.rbs', line 205 def status_details @status_details end |
#updated_time ⇒ ::Time
Returns the value of attribute updated_time.
203 204 205 |
# File 'sig/types.rbs', line 203 def updated_time @updated_time end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
209 210 211 |
# File 'sig/types.rbs', line 209 def user_context @user_context end |