Class: Aws::MedicalImaging::Types::DeleteDatastoreRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


620
621
622
623
624
# File 'lib/aws-sdk-medicalimaging/types.rb', line 620

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