Class: Aws::SSMIncidents::Types::RegionMapInputValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/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

Instance Attribute Details

#sse_kms_key_idString

The KMS key used to encrypt the data in your replication set.

Returns:

  • (String)


1863
1864
1865
1866
1867
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1863

class RegionMapInputValue < Struct.new(
  :sse_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end