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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5479
5480
5481
5482
5483
5484
# File 'lib/aws-sdk-omics/types.rb', line 5479

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

#typeString

The encryption type.

Returns:

  • (String)


5479
5480
5481
5482
5483
5484
# File 'lib/aws-sdk-omics/types.rb', line 5479

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