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
All properties associated with a data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store’s endpoint.
Instance Attribute Details
#datastore_properties ⇒ Types::DatastoreProperties
All properties associated with a data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store’s endpoint.
286 287 288 289 290 |
# File 'lib/aws-sdk-healthlake/types.rb', line 286 class DescribeFHIRDatastoreResponse < Struct.new( :datastore_properties) SENSITIVE = [] include Aws::Structure end |