Class: Aws::Types::ReplicaSettingsUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def region_name
  @region_name
end

#replica_global_secondary_index_settings_update::Array[Types::ReplicaGlobalSecondaryIndexSettingsUpdate]

Returns the value of attribute replica_global_secondary_index_settings_update.



1387
1388
1389
# File 'sig/types.rbs', line 1387

def replica_global_secondary_index_settings_update
  @replica_global_secondary_index_settings_update
end

#replica_provisioned_read_capacity_auto_scaling_settings_updateTypes::AutoScalingSettingsUpdate

Returns the value of attribute replica_provisioned_read_capacity_auto_scaling_settings_update.



1386
1387
1388
# File 'sig/types.rbs', line 1386

def replica_provisioned_read_capacity_auto_scaling_settings_update
  @replica_provisioned_read_capacity_auto_scaling_settings_update
end

#replica_provisioned_read_capacity_units::Integer

Returns the value of attribute replica_provisioned_read_capacity_units.

Returns:

  • (::Integer)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def replica_provisioned_read_capacity_units
  @replica_provisioned_read_capacity_units
end

#replica_table_class"STANDARD", "STANDARD_INFREQUENT_ACCESS"

Returns the value of attribute replica_table_class.

Returns:

  • ("STANDARD", "STANDARD_INFREQUENT_ACCESS")


1388
1389
1390
# File 'sig/types.rbs', line 1388

def replica_table_class
  @replica_table_class
end