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 AWS-generated data store ID.
Instance Attribute Details
#datastore_id ⇒ String
The AWS-generated data store ID.
271 272 273 274 275 |
# File 'lib/aws-sdk-healthlake/types.rb', line 271 class DescribeFHIRDatastoreRequest < Struct.new( :datastore_id) SENSITIVE = [] include Aws::Structure end |