Class: Aws::DynamoDB::Types::DescribeTimeToLiveInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeTimeToLiveInput
- Defined in:
- gems/aws-sdk-dynamodb/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.
3265 3266 3267 3268 3269 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3265 class DescribeTimeToLiveInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |