Class: Aws::SSMIncidents::Types::AddRegionAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::AddRegionAction
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Defines the Amazon Web Services Region and KMS key to add to the replication set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The Amazon Web Services Region name to add to the replication set.
-
#sse_kms_key_id ⇒ String
The KMS key ID to use to encrypt your replication set.
Instance Attribute Details
#region_name ⇒ String
The Amazon Web Services Region name to add to the replication set.
64 65 66 67 68 69 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 64 class AddRegionAction < Struct.new( :region_name, :sse_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#sse_kms_key_id ⇒ String
The KMS key ID to use to encrypt your replication set.
64 65 66 67 68 69 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 64 class AddRegionAction < Struct.new( :region_name, :sse_kms_key_id) SENSITIVE = [] include Aws::Structure end |