Class: Aws::MedicalImaging::Types::DeleteDatastoreResponse

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)


623
624
625
626
627
628
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 623

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

#datastore_statusString

The data store status.

Returns:

  • (String)


623
624
625
626
627
628
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 623

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