Class: Aws::DynamoDB::Types::DescribeTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeTableInput
- 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
-
#table_name ⇒ String
The name of the table to describe.
Instance Attribute Details
#table_name ⇒ String
The name of the table to describe.
2857 2858 2859 2860 2861 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2857 class DescribeTableInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |