Class: Aws::DynamoDB::Types::DescribeTableInput

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

Overview

Represents the input of a DescribeTable operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The name of the table to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Returns:

  • (String)


2937
2938
2939
2940
2941
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2937

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