Class: Aws::MedicalImaging::Types::GetDatastoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::GetDatastoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The data store identifier.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
722 723 724 725 726 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 722 class GetDatastoreRequest < Struct.new( :datastore_id) SENSITIVE = [] include Aws::Structure end |