Class: Aws::DynamoDB::Types::DescribeGlobalTableInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Note:

When making an API call, you may pass DescribeGlobalTableInput data as a hash:

{
  global_table_name: "TableName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_nameString

The name of the global table.

Returns:

  • (String)


2511
2512
2513
2514
# File 'lib/aws-sdk-dynamodb/types.rb', line 2511

class DescribeGlobalTableInput < Struct.new(
  :global_table_name)
  include Aws::Structure
end