Class: Aws::SSMIncidents::Types::CreateReplicationSetInput

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

#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)


361
362
363
364
365
366
367
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 361

class CreateReplicationSetInput < Struct.new(
  :client_token,
  :regions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#regionsHash<String,Types::RegionMapInputValue>

The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.

Returns:



361
362
363
364
365
366
367
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 361

class CreateReplicationSetInput < Struct.new(
  :client_token,
  :regions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of tags to add to the replication set.

Returns:

  • (Hash<String,String>)


361
362
363
364
365
366
367
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 361

class CreateReplicationSetInput < Struct.new(
  :client_token,
  :regions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end