Class: Aws::Types::FHIRServer
- Inherits:
-
Object
- Object
- Aws::Types::FHIRServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fhir_endpoint ⇒ ::String
Returns the value of attribute fhir_endpoint.
-
#oauth_token ⇒ ::String
Returns the value of attribute oauth_token.
Instance Attribute Details
#fhir_endpoint ⇒ ::String
Returns the value of attribute fhir_endpoint.
156 157 158 |
# File 'sig/types.rbs', line 156 def fhir_endpoint @fhir_endpoint end |
#oauth_token ⇒ ::String
Returns the value of attribute oauth_token.
157 158 159 |
# File 'sig/types.rbs', line 157 def oauth_token @oauth_token end |