Class: Aws::MedicalImaging::Types::CreateDatastoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::CreateDatastoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier for API idempotency.
-
#datastore_name ⇒ String
The data store name.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
-
#tags ⇒ Hash<String,String>
The tags provided when creating a data store.
Instance Attribute Details
#client_token ⇒ String
A unique identifier for API idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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_name ⇒ String
The data store name.
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_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
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 |
#tags ⇒ Hash<String,String>
The tags provided when creating a data store.
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 |