Method: Aws::DynamoDB::Types::GlobalTable#global_table_name

Defined in:
lib/aws-sdk-dynamodb/types.rb

#global_table_nameString

The global table name.

Returns:

  • (String)


4513
4514
4515
4516
4517
4518
# File 'lib/aws-sdk-dynamodb/types.rb', line 4513

class GlobalTable < Struct.new(
  :global_table_name,
  :replication_group)
  SENSITIVE = []
  include Aws::Structure
end