Class: Aws::MedicalImaging::Types::GetDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetDatastoreResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_properties ⇒ Types::DatastoreProperties
The data store properties.
Instance Attribute Details
#datastore_properties ⇒ Types::DatastoreProperties
The data store properties.
734 735 736 737 738 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 734 class GetDatastoreResponse < Struct.new( :datastore_properties) SENSITIVE = [] include Aws::Structure end |