Class: Aws::Types::StartPatientInsightsJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartPatientInsightsJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#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.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#patient_context ⇒ Types::PatientInsightsPatientContext
Returns the value of attribute patient_context.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
467 468 469 |
# File 'sig/types.rbs', line 467 def client_token @client_token end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
460 461 462 |
# File 'sig/types.rbs', line 460 def domain_id @domain_id end |
#encounter_context ⇒ Types::PatientInsightsEncounterContext
Returns the value of attribute encounter_context.
463 464 465 |
# File 'sig/types.rbs', line 463 def encounter_context @encounter_context end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
465 466 467 |
# File 'sig/types.rbs', line 465 def input_data_config @input_data_config end |
#insights_context ⇒ Types::InsightsContext
Returns the value of attribute insights_context.
462 463 464 |
# File 'sig/types.rbs', line 462 def insights_context @insights_context end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
466 467 468 |
# File 'sig/types.rbs', line 466 def output_data_config @output_data_config end |
#patient_context ⇒ Types::PatientInsightsPatientContext
Returns the value of attribute patient_context.
461 462 463 |
# File 'sig/types.rbs', line 461 def patient_context @patient_context end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
464 465 466 |
# File 'sig/types.rbs', line 464 def user_context @user_context end |