Module: Aws::ConnectHealth::Client::_GetPatientInsightsJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPatientInsightsJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #encounter_context ⇒ Types::PatientInsightsEncounterContext
- #input_data_config ⇒ Types::InputDataConfig
- #insights_context ⇒ Types::InsightsContext
- #insights_output ⇒ Types::InsightsOutput
- #job_arn ⇒ ::String
- #job_id ⇒ ::String
- #job_status ⇒ "SUBMITTED", ...
- #output_data_config ⇒ Types::OutputDataConfig
- #patient_context ⇒ Types::PatientInsightsPatientContext
- #status_details ⇒ ::String
- #updated_time ⇒ ::Time
- #user_context ⇒ Types::UserContext
Instance Method Details
#creation_time ⇒ ::Time
196 |
# File 'sig/client.rbs', line 196
def creation_time: () -> ::Time
|
#encounter_context ⇒ Types::PatientInsightsEncounterContext
202 |
# File 'sig/client.rbs', line 202
def encounter_context: () -> Types::PatientInsightsEncounterContext
|
#input_data_config ⇒ Types::InputDataConfig
204 |
# File 'sig/client.rbs', line 204
def input_data_config: () -> Types::InputDataConfig
|
#insights_context ⇒ Types::InsightsContext
201 |
# File 'sig/client.rbs', line 201
def insights_context: () -> Types::InsightsContext
|
#insights_output ⇒ Types::InsightsOutput
198 |
# File 'sig/client.rbs', line 198
def insights_output: () -> Types::InsightsOutput
|
#job_arn ⇒ ::String
194 |
# File 'sig/client.rbs', line 194
def job_arn: () -> ::String
|
#job_id ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def job_id: () -> ::String
|
#job_status ⇒ "SUBMITTED", ...
195 |
# File 'sig/client.rbs', line 195
def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "FAILED" | "SUCCEEDED")
|
#output_data_config ⇒ Types::OutputDataConfig
205 |
# File 'sig/client.rbs', line 205
def output_data_config: () -> Types::OutputDataConfig
|
#patient_context ⇒ Types::PatientInsightsPatientContext
200 |
# File 'sig/client.rbs', line 200
def patient_context: () -> Types::PatientInsightsPatientContext
|
#status_details ⇒ ::String
199 |
# File 'sig/client.rbs', line 199
def status_details: () -> ::String
|
#updated_time ⇒ ::Time
197 |
# File 'sig/client.rbs', line 197
def updated_time: () -> ::Time
|
#user_context ⇒ Types::UserContext
203 |
# File 'sig/client.rbs', line 203
def user_context: () -> Types::UserContext
|