Class: Aws::Types::FHIRServer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:oauth_token])

Instance Attribute Summary collapse

Instance Attribute Details

#fhir_endpoint::String

Returns the value of attribute fhir_endpoint.

Returns:

  • (::String)


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.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def oauth_token
  @oauth_token
end