class Aws::SSMIncidents::Types::UpdateReplicationSetInput
@note When making an API call, you may pass UpdateReplicationSetInput
data as a hash: { actions: [ # required { add_region_action: { region_name: "RegionName", # required sse_kms_key_id: "SseKmsKey", }, delete_region_action: { region_name: "RegionName", # required }, }, ], arn: "Arn", # required client_token: "ClientToken", }
@!attribute [rw] actions
An action to add or delete a Region. @return [Array<Types::UpdateReplicationSetAction>]
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the replication set you're updating. @return [String]
@!attribute [rw] client_token
A token ensuring that the action is called only once with the specified details. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/UpdateReplicationSetInput AWS API Documentation
Constants
- SENSITIVE