Class: Aws::Types::GetPatientInsightsJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


202
203
204
# File 'sig/types.rbs', line 202

def creation_time
  @creation_time
end

#encounter_contextTypes::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_configTypes::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_contextTypes::InsightsContext

Returns the value of attribute insights_context.



207
208
209
# File 'sig/types.rbs', line 207

def insights_context
  @insights_context
end

#insights_outputTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "FAILED", "SUCCEEDED")


201
202
203
# File 'sig/types.rbs', line 201

def job_status
  @job_status
end

#output_data_configTypes::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_contextTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


203
204
205
# File 'sig/types.rbs', line 203

def updated_time
  @updated_time
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def user_context
  @user_context
end