Class: Aws::Types::UpdateGlobalTableInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_name::String

Returns the value of attribute global_table_name.

Returns:

  • (::String)


1810
1811
1812
# File 'sig/types.rbs', line 1810

def global_table_name
  @global_table_name
end

#replica_updates::Array[Types::ReplicaUpdate]

Returns the value of attribute replica_updates.

Returns:



1811
1812
1813
# File 'sig/types.rbs', line 1811

def replica_updates
  @replica_updates
end