Class: Aws::Omics::Types::SseConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::SseConfig
- 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
-
#key_arn ⇒ String
An encryption key ARN.
-
#type ⇒ String
The encryption type.
Instance Attribute Details
#key_arn ⇒ String
An encryption key ARN.
6840 6841 6842 6843 6844 6845 |
# File 'lib/aws-sdk-omics/types.rb', line 6840 class SseConfig < Struct.new( :type, :key_arn) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The encryption type.
6840 6841 6842 6843 6844 6845 |
# File 'lib/aws-sdk-omics/types.rb', line 6840 class SseConfig < Struct.new( :type, :key_arn) SENSITIVE = [] include Aws::Structure end |