Class: Aws::Types::CreateFHIRDatastoreRequest

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.



98
99
100
# File 'sig/types.rbs', line 98

def analytics_configuration
  @analytics_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def client_token
  @client_token
end

#datastore_name::String

Returns the value of attribute datastore_name.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def datastore_name
  @datastore_name
end

#datastore_type_version"R4"

Returns the value of attribute datastore_type_version.

Returns:

  • ("R4")


92
93
94
# File 'sig/types.rbs', line 92

def datastore_type_version
  @datastore_type_version
end

#identity_provider_configurationTypes::IdentityProviderConfiguration

Returns the value of attribute identity_provider_configuration.



97
98
99
# File 'sig/types.rbs', line 97

def identity_provider_configuration
  @identity_provider_configuration
end

#nlp_configurationTypes::NlpConfiguration

Returns the value of attribute nlp_configuration.



99
100
101
# File 'sig/types.rbs', line 99

def nlp_configuration
  @nlp_configuration
end

#preload_data_configTypes::PreloadDataConfig

Returns the value of attribute preload_data_config.



94
95
96
# File 'sig/types.rbs', line 94

def preload_data_config
  @preload_data_config
end

#profile_configurationTypes::ProfileConfiguration

Returns the value of attribute profile_configuration.



100
101
102
# File 'sig/types.rbs', line 100

def profile_configuration
  @profile_configuration
end

#sse_configurationTypes::SseConfiguration

Returns the value of attribute sse_configuration.



93
94
95
# File 'sig/types.rbs', line 93

def sse_configuration
  @sse_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



96
97
98
# File 'sig/types.rbs', line 96

def tags
  @tags
end