Class: Aws::MedicalImaging::Types::CreateDatastoreResponse

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)


282
283
284
285
286
287
# File 'lib/aws-sdk-medicalimaging/types.rb', line 282

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

#datastore_statusString

The data store status.

Returns:

  • (String)


282
283
284
285
286
287
# File 'lib/aws-sdk-medicalimaging/types.rb', line 282

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