Class: Aws::DynamoDB::Types::DescribeTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeTableInput
- Includes:
- Structure
- Defined in:
- 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.
2824 2825 2826 2827 2828 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2824 class DescribeTableInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |