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.



5392
5393
5394
5395
# File 'lib/aws-sdk-dynamodb/types.rb', line 5392

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