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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_nameString

The name of the global table.

Returns:

  • (String)


2778
2779
2780
2781
2782
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2778

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