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 AWS-generated data store ID.

Returns:

  • (String)


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