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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_nameString

The name of the table to be described.

Returns:

  • (String)


2907
2908
2909
2910
2911
# File 'lib/aws-sdk-dynamodb/types.rb', line 2907

class DescribeTimeToLiveInput < Struct.new(
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end