Class: Aws::Types::DescribeGlobalTableSettingsOutput

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)


525
526
527
# File 'sig/types.rbs', line 525

def global_table_name
  @global_table_name
end

#replica_settings::Array[Types::ReplicaSettingsDescription]

Returns the value of attribute replica_settings.

Returns:



526
527
528
# File 'sig/types.rbs', line 526

def replica_settings
  @replica_settings
end