Class: Aws::ConnectHealth::Types::StartPatientInsightsJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::StartPatientInsightsJobResponse
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Date and time the patient insights job was submitted.
-
#job_arn ⇒ String
-
#job_id ⇒ String
Instance Attribute Details
#creation_time ⇒ Time
Date and time the patient insights job was submitted.
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_arn ⇒ 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_id ⇒ 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 |