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)


3010
3011
3012
3013
3014
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3010

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