Class: Aws::DynamoDB::Types::DescribeTimeToLiveInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeTimeToLiveInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Note:
When making an API call, you may pass DescribeTimeToLiveInput data as a hash:
{
table_name: "TableName", # required
}
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.
3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3260 class DescribeTimeToLiveInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |