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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#time_to_live_specificationTypes::TimeToLiveSpecification

Represents the output of an ‘UpdateTimeToLive` operation.



8191
8192
8193
8194
# File 'lib/aws-sdk-dynamodb/types.rb', line 8191

class UpdateTimeToLiveOutput < Struct.new(
  :time_to_live_specification)
  include Aws::Structure
end