Class: Aws::ConnectHealth::Types::StartPatientInsightsJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

Date and time the patient insights job was submitted.

Returns:

  • (Time)


1398
1399
1400
1401
1402
1403
1404
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1398

class StartPatientInsightsJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

Returns:

  • (String)


1398
1399
1400
1401
1402
1403
1404
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1398

class StartPatientInsightsJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

Returns:

  • (String)


1398
1399
1400
1401
1402
1403
1404
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1398

class StartPatientInsightsJobResponse < Struct.new(
  :job_arn,
  :job_id,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end