Class: Aws::HealthLake::Types::UpdateFHIRDatastoreResponse

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_properties ⇒ Types::DatastoreProperties

The data store properties.



2770
2771
2772
2773
2774
# File 'lib/aws-sdk-healthlake/types.rb', line 2770

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