Class: Aws::HealthLake::Types::DescribeFHIRDatastoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DescribeFHIRDatastoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The data store identifier.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
260 261 262 263 264 |
# File 'lib/aws-sdk-healthlake/types.rb', line 260 class DescribeFHIRDatastoreRequest < Struct.new( :datastore_id) SENSITIVE = [] include Aws::Structure end |