Class: Aws::MedicalImaging::Types::CreateDatastoreRequest

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

#client_tokenString

A unique identifier for API idempotency.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'lib/aws-sdk-medicalimaging/types.rb', line 263

class CreateDatastoreRequest < Struct.new(
  :datastore_name,
  :client_token,
  :tags,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_nameString

The data store name.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'lib/aws-sdk-medicalimaging/types.rb', line 263

class CreateDatastoreRequest < Struct.new(
  :datastore_name,
  :client_token,
  :tags,
  :kms_key_arn)
  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)


263
264
265
266
267
268
269
270
# File 'lib/aws-sdk-medicalimaging/types.rb', line 263

class CreateDatastoreRequest < Struct.new(
  :datastore_name,
  :client_token,
  :tags,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags provided when creating a data store.

Returns:

  • (Hash<String,String>)


263
264
265
266
267
268
269
270
# File 'lib/aws-sdk-medicalimaging/types.rb', line 263

class CreateDatastoreRequest < Struct.new(
  :datastore_name,
  :client_token,
  :tags,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end