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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medicalimaging/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)


250
251
252
253
254
255
256
257
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 250

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)


250
251
252
253
254
255
256
257
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 250

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)


250
251
252
253
254
255
256
257
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 250

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>)


250
251
252
253
254
255
256
257
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 250

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