Class: Aws::Types::UpdateGlobalTableSettingsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_billing_mode"PROVISIONED", "PAY_PER_REQUEST"

Returns the value of attribute global_table_billing_mode.

Returns:

  • ("PROVISIONED", "PAY_PER_REQUEST")


1822
1823
1824
# File 'sig/types.rbs', line 1822

def global_table_billing_mode
  @global_table_billing_mode
end

#global_table_global_secondary_index_settings_update::Array[Types::GlobalTableGlobalSecondaryIndexSettingsUpdate]

Returns the value of attribute global_table_global_secondary_index_settings_update.



1825
1826
1827
# File 'sig/types.rbs', line 1825

def global_table_global_secondary_index_settings_update
  @global_table_global_secondary_index_settings_update
end

#global_table_name::String

Returns the value of attribute global_table_name.

Returns:

  • (::String)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def global_table_name
  @global_table_name
end

#global_table_provisioned_write_capacity_auto_scaling_settings_updateTypes::AutoScalingSettingsUpdate

Returns the value of attribute global_table_provisioned_write_capacity_auto_scaling_settings_update.



1824
1825
1826
# File 'sig/types.rbs', line 1824

def global_table_provisioned_write_capacity_auto_scaling_settings_update
  @global_table_provisioned_write_capacity_auto_scaling_settings_update
end

#global_table_provisioned_write_capacity_units::Integer

Returns the value of attribute global_table_provisioned_write_capacity_units.

Returns:

  • (::Integer)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def global_table_provisioned_write_capacity_units
  @global_table_provisioned_write_capacity_units
end

#replica_settings_update::Array[Types::ReplicaSettingsUpdate]

Returns the value of attribute replica_settings_update.

Returns:



1826
1827
1828
# File 'sig/types.rbs', line 1826

def replica_settings_update
  @replica_settings_update
end