Class: Aws::DynamoDB::Types::DescribeTimeToLiveInput

Inherits:
Struct
  • Object
show all
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
}

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The name of the table to be described.

Returns:

  • (String)


2658
2659
2660
2661
# File 'lib/aws-sdk-dynamodb/types.rb', line 2658

class DescribeTimeToLiveInput < Struct.new(
  :table_name)
  include Aws::Structure
end