Class: Aws::DynamoDB::Types::DescribeTimeToLiveOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeTimeToLiveOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#time_to_live_description ⇒ Types::TimeToLiveDescription
3029 3030 3031 3032 3033 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3029 class DescribeTimeToLiveOutput < Struct.new( :time_to_live_description) SENSITIVE = [] include Aws::Structure end |