Class: Aws::HealthLake::Types::DescribeFHIRDatastoreRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_idString

The data store identifier.

Returns:

  • (String)


289
290
291
292
293
# File 'lib/aws-sdk-healthlake/types.rb', line 289

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