Class: Aws::SSMIncidents::Types::RegionMapInputValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::RegionMapInputValue
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
The mapping between a Amazon Web Services Region and the key that’s used to encrypt the data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sse_kms_key_id ⇒ String
The KMS key used to encrypt the data in your replication set.
Instance Attribute Details
#sse_kms_key_id ⇒ String
The KMS key used to encrypt the data in your replication set.
1863 1864 1865 1866 1867 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1863 class RegionMapInputValue < Struct.new( :sse_kms_key_id) SENSITIVE = [] include Aws::Structure end |