Class: Aws::HealthLake::Types::UpdateFHIRDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::UpdateFHIRDatastoreResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_properties ⇒ Types::DatastoreProperties
<para>The data store properties.</para>.
Instance Attribute Details
#datastore_properties ⇒ Types::DatastoreProperties
<para>The data store properties.</para>
1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1264 class UpdateFHIRDatastoreResponse < Struct.new( :datastore_properties) SENSITIVE = [] include Aws::Structure end |