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.



11044
11045
11046
11047
11048
# File 'lib/aws-sdk-dynamodb/types.rb', line 11044

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