Class: Aws::DynamoDB::Types::UpdateTimeToLiveOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateTimeToLiveOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#time_to_live_specification ⇒ Types::TimeToLiveSpecification
Represents the output of an ‘UpdateTimeToLive` operation.
Instance Attribute Details
#time_to_live_specification ⇒ Types::TimeToLiveSpecification
Represents the output of an ‘UpdateTimeToLive` operation.
10679 10680 10681 10682 10683 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10679 class UpdateTimeToLiveOutput < Struct.new( :time_to_live_specification) SENSITIVE = [] include Aws::Structure end |