Class: Aws::MedicalImaging::Types::DatastoreProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::DatastoreProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
The properties associated with the data store.
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.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
-
#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.
563 564 565 566 567 568 569 570 571 572 573 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 563 class DatastoreProperties < Struct.new( :datastore_id, :datastore_name, :datastore_status, :kms_key_arn, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#datastore_arn ⇒ String
The Amazon Resource Name (ARN) for the data store.
563 564 565 566 567 568 569 570 571 572 573 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 563 class DatastoreProperties < Struct.new( :datastore_id, :datastore_name, :datastore_status, :kms_key_arn, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The data store identifier.
563 564 565 566 567 568 569 570 571 572 573 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 563 class DatastoreProperties < Struct.new( :datastore_id, :datastore_name, :datastore_status, :kms_key_arn, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#datastore_name ⇒ String
The data store name.
563 564 565 566 567 568 569 570 571 572 573 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 563 class DatastoreProperties < Struct.new( :datastore_id, :datastore_name, :datastore_status, :kms_key_arn, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#datastore_status ⇒ String
The data store status.
563 564 565 566 567 568 569 570 571 572 573 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 563 class DatastoreProperties < Struct.new( :datastore_id, :datastore_name, :datastore_status, :kms_key_arn, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
563 564 565 566 567 568 569 570 571 572 573 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 563 class DatastoreProperties < Struct.new( :datastore_id, :datastore_name, :datastore_status, :kms_key_arn, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the data store was last updated.
563 564 565 566 567 568 569 570 571 572 573 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 563 class DatastoreProperties < Struct.new( :datastore_id, :datastore_name, :datastore_status, :kms_key_arn, :datastore_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |