Class: Aws::MedicalImaging::Types::GetDatastoreResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_propertiesTypes::DatastoreProperties

The data store properties.



721
722
723
724
725
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 721

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