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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-dynamodb/types.rb', line 10340

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