Class: Aws::HealthLake::Types::DeleteFHIRDatastoreRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_idString

The AWS-generated ID for the data store to be deleted.

Returns:

  • (String)


229
230
231
232
233
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 229

class DeleteFHIRDatastoreRequest < Struct.new(
  :datastore_id)
  SENSITIVE = []
  include Aws::Structure
end