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_propertiesTypes::DatastoreProperties

The data store properties.



2557
2558
2559
2560
2561
# File 'lib/aws-sdk-healthlake/types.rb', line 2557

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