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. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3018 class DescribeTimeToLiveInput < Struct.new( :table_name) SENSITIVE = [] include Aws::Structure end |