Class: Aws::MedicalImaging::Types::DatastoreSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::DatastoreSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
List of summaries of data stores.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the data store was created.
-
#datastore_arn ⇒ String
The Amazon Resource Name (ARN) for the data store.
-
#datastore_id ⇒ String
The data store identifier.
-
#datastore_name ⇒ String
The data store name.
-
#datastore_status ⇒ String
The data store status.
-
#updated_at ⇒ Time
The timestamp when the data store was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the data store was created.
603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 603 class DatastoreSummary < Struct.new( :datastore_id, :datastore_name, :datastore_status, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#datastore_arn ⇒ String
The Amazon Resource Name (ARN) for the data store.
603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 603 class DatastoreSummary < Struct.new( :datastore_id, :datastore_name, :datastore_status, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The data store identifier.
603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 603 class DatastoreSummary < Struct.new( :datastore_id, :datastore_name, :datastore_status, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#datastore_name ⇒ String
The data store name.
603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 603 class DatastoreSummary < Struct.new( :datastore_id, :datastore_name, :datastore_status, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#datastore_status ⇒ String
The data store status.
603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 603 class DatastoreSummary < Struct.new( :datastore_id, :datastore_name, :datastore_status, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the data store was last updated.
603 604 605 606 607 608 609 610 611 612 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 603 class DatastoreSummary < Struct.new( :datastore_id, :datastore_name, :datastore_status, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |