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 ID for the data store to be deleted.
Instance Attribute Details
#datastore_id ⇒ String
The AWS-generated ID for the data store to be deleted.
229 230 231 232 233 |
# File 'lib/aws-sdk-healthlake/types.rb', line 229 class DeleteFHIRDatastoreRequest < Struct.new( :datastore_id) SENSITIVE = [] include Aws::Structure end |