Class: Aws::Omics::Types::SseConfig

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

Overview

Server-side encryption (SSE) settings for a store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_arnString

An encryption key ARN.

Returns:

  • (String)


5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5413

class SseConfig < Struct.new(
  :type,
  :key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The encryption type.

Returns:

  • (String)


5413
5414
5415
5416
5417
5418
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5413

class SseConfig < Struct.new(
  :type,
  :key_arn)
  SENSITIVE = []
  include Aws::Structure
end