Class: Aws::DynamoDB::Types::DescribeTimeToLiveInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeTimeToLiveInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_name ⇒ String
The name of the table to be described.
Instance Attribute Details
#table_name ⇒ String
The name of the table to be described.
2874 2875 2876 2877 2878 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2874 class DescribeTimeToLiveInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |