Class: Aws::ConnectHealth::Types::GetPatientInsightsJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::GetPatientInsightsJobRequest
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#domain_id ⇒ String
574 575 576 577 578 579 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 574 class GetPatientInsightsJobRequest < Struct.new( :domain_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
574 575 576 577 578 579 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 574 class GetPatientInsightsJobRequest < Struct.new( :domain_id, :job_id) SENSITIVE = [] include Aws::Structure end |