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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Returns:

  • (String)


2989
2990
2991
2992
2993
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2989

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