Class: Aws::Types::ReplicationSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#region_list::Array[::String]

Returns the value of attribute region_list.



366
367
368
# File 'sig/types.rbs', line 366

def region_list
  @region_list
end

#replication_strategy"SINGLE_REGION", "MULTI_REGION"

Returns the value of attribute replication_strategy.



365
366
367
# File 'sig/types.rbs', line 365

def replication_strategy
  @replication_strategy
end