Class: Aws::Types::UpdateTableReplicaAutoScalingInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_secondary_index_updates::Array[Types::GlobalSecondaryIndexAutoScalingUpdate]

Returns the value of attribute global_secondary_index_updates.



1916
1917
1918
# File 'sig/types.rbs', line 1916

def global_secondary_index_updates
  @global_secondary_index_updates
end

#provisioned_write_capacity_auto_scaling_updateTypes::AutoScalingSettingsUpdate

Returns the value of attribute provisioned_write_capacity_auto_scaling_update.



1918
1919
1920
# File 'sig/types.rbs', line 1918

def provisioned_write_capacity_auto_scaling_update
  @provisioned_write_capacity_auto_scaling_update
end

#replica_updates::Array[Types::ReplicaAutoScalingUpdate]

Returns the value of attribute replica_updates.

Returns:



1919
1920
1921
# File 'sig/types.rbs', line 1919

def replica_updates
  @replica_updates
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def table_name
  @table_name
end