Class: Aws::Types::StartPatientInsightsJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def domain_id
  @domain_id
end

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

Returns the value of attribute patient_context.



461
462
463
# File 'sig/types.rbs', line 461

def patient_context
  @patient_context
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def user_context
  @user_context
end