Class: Aws::DynamoDB::Types::UpdateTimeToLiveOutput

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

#time_to_live_specificationTypes::TimeToLiveSpecification

Represents the output of an UpdateTimeToLive operation.



10340
10341
10342
10343
10344
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10340

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