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_configuration ⇒ Types::AnalyticsConfiguration

Returns the value of attribute analytics_configuration.



111
112
113
# File 'sig/types.rbs', line 111

def analytics_configuration
  @analytics_configuration
end

#backup_configuration ⇒ Types::BackupConfiguration

Returns the value of attribute backup_configuration.



114
115
116
# File 'sig/types.rbs', line 114

def backup_configuration
  @backup_configuration
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def client_token
  @client_token
end

#datastore_name ⇒ ::String

Returns the value of attribute datastore_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def datastore_name
  @datastore_name
end

#datastore_type_version ⇒ "R4"

Returns the value of attribute datastore_type_version.

Returns:

  • ("R4")


105
106
107
# File 'sig/types.rbs', line 105

def datastore_type_version
  @datastore_type_version
end

#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration

Returns the value of attribute identity_provider_configuration.



110
111
112
# File 'sig/types.rbs', line 110

def identity_provider_configuration
  @identity_provider_configuration
end

#nlp_configuration ⇒ Types::NlpConfiguration

Returns the value of attribute nlp_configuration.



112
113
114
# File 'sig/types.rbs', line 112

def nlp_configuration
  @nlp_configuration
end

#preload_data_config ⇒ Types::PreloadDataConfig

Returns the value of attribute preload_data_config.



107
108
109
# File 'sig/types.rbs', line 107

def preload_data_config
  @preload_data_config
end

#profile_configuration ⇒ Types::ProfileConfiguration

Returns the value of attribute profile_configuration.



113
114
115
# File 'sig/types.rbs', line 113

def profile_configuration
  @profile_configuration
end

#sse_configuration ⇒ Types::SseConfiguration

Returns the value of attribute sse_configuration.



106
107
108
# File 'sig/types.rbs', line 106

def sse_configuration
  @sse_configuration
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def tags
  @tags
end