Class: Aws::ConnectHealth::Types::FHIRServer
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::FHIRServer
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
FHIR server configuration for input data source
Constant Summary collapse
- SENSITIVE =
[:oauth_token]
Instance Attribute Summary collapse
-
#fhir_endpoint ⇒ String
FHIR server endpoint URL for accessing patient data.
-
#oauth_token ⇒ String
OAuth token for authenticating with the FHIR server.
Instance Attribute Details
#fhir_endpoint ⇒ String
FHIR server endpoint URL for accessing patient data.
465 466 467 468 469 470 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 465 class FHIRServer < Struct.new( :fhir_endpoint, :oauth_token) SENSITIVE = [:oauth_token] include Aws::Structure end |
#oauth_token ⇒ String
OAuth token for authenticating with the FHIR server.
465 466 467 468 469 470 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 465 class FHIRServer < Struct.new( :fhir_endpoint, :oauth_token) SENSITIVE = [:oauth_token] include Aws::Structure end |