Class: Aws::Types::UpdateFHIRDatastoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configurationTypes::AnalyticsConfiguration

Returns the value of attribute analytics_configuration.



695
696
697
# File 'sig/types.rbs', line 695

def analytics_configuration
  @analytics_configuration
end

#datastore_id::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def datastore_id
  @datastore_id
end

#datastore_name::String

Returns the value of attribute datastore_name.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def datastore_name
  @datastore_name
end

#identity_provider_configurationTypes::IdentityProviderConfiguration

Returns the value of attribute identity_provider_configuration.



698
699
700
# File 'sig/types.rbs', line 698

def identity_provider_configuration
  @identity_provider_configuration
end

#nlp_configurationTypes::NlpConfiguration

Returns the value of attribute nlp_configuration.



696
697
698
# File 'sig/types.rbs', line 696

def nlp_configuration
  @nlp_configuration
end

#profile_configurationTypes::ProfileConfiguration

Returns the value of attribute profile_configuration.



697
698
699
# File 'sig/types.rbs', line 697

def profile_configuration
  @profile_configuration
end