Class: Aws::HealthLake::Types::DeleteFHIRDatastoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DeleteFHIRDatastoreRequest
- 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 identifier for the data store to be deleted.
Instance Attribute Details
#datastore_id ⇒ String
The AWS-generated identifier for the data store to be deleted.
220 221 222 223 224 |
# File 'lib/aws-sdk-healthlake/types.rb', line 220 class DeleteFHIRDatastoreRequest < Struct.new( :datastore_id) SENSITIVE = [] include Aws::Structure end |