Class: Aws::MedicalImaging::Types::DatastoreProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb

Overview

The properties associated with the data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the data store was created.

Returns:

  • (Time)


550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 550

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_arnString

The Amazon Resource Name (ARN) for the data store.

Returns:

  • (String)


550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 550

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_idString

The data store identifier.

Returns:

  • (String)


550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 550

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_nameString

The data store name.

Returns:

  • (String)


550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 550

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_statusString

The data store status.

Returns:

  • (String)


550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 550

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_arnString

The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.

Returns:

  • (String)


550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 550

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_atTime

The timestamp when the data store was last updated.

Returns:

  • (Time)


550
551
552
553
554
555
556
557
558
559
560
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 550

class DatastoreProperties < Struct.new(
  :datastore_id,
  :datastore_name,
  :datastore_status,
  :kms_key_arn,
  :datastore_arn,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end