Class: Aws::MedicalImaging::Types::GetDatastoreRequest

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_idString

The data store identifier.

Returns:

  • (String)


709
710
711
712
713
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 709

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