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
The data store properties.
Instance Attribute Details
#datastore_properties ⇒ Types::DatastoreProperties
The data store properties.
1282 1283 1284 1285 1286 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1282 class UpdateFHIRDatastoreResponse < Struct.new( :datastore_properties) SENSITIVE = [] include Aws::Structure end |