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.
10607 10608 10609 10610 10611 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10607 class UpdateTimeToLiveOutput < Struct.new( :time_to_live_specification) SENSITIVE = [] include Aws::Structure end |