Class: Aws::SSMIncidents::Types::UpdateReplicationSetInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::UpdateReplicationSetAction>

An action to add or delete a Region.



2534
2535
2536
2537
2538
2539
2540
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2534

class UpdateReplicationSetInput < Struct.new(
  :actions,
  :arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the replication set you're updating.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2534

class UpdateReplicationSetInput < Struct.new(
  :actions,
  :arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A token that ensures that the operation is called only once with the specified details.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2534
2535
2536
2537
2538
2539
2540
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2534

class UpdateReplicationSetInput < Struct.new(
  :actions,
  :arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end