Class: Aws::MedicalImaging::Types::CreateDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::CreateDatastoreResponse
- 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.
-
#datastore_status ⇒ String
The data store status.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
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_status ⇒ String
The data store status.
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 |