Class: Aws::HealthLake::Types::DescribeFHIRDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DescribeFHIRDatastoreResponse
- 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.
272 273 274 275 276 |
# File 'lib/aws-sdk-healthlake/types.rb', line 272 class DescribeFHIRDatastoreResponse < Struct.new( :datastore_properties) SENSITIVE = [] include Aws::Structure end |