Class UpdateTimeToLiveResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the UpdateTimeToLive operation.
public class UpdateTimeToLiveResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateTimeToLiveResponse
Constructors
UpdateTimeToLiveResponse()
public UpdateTimeToLiveResponse()
Properties
TimeToLiveSpecification
Gets and sets the property TimeToLiveSpecification.
Represents the output of an
UpdateTimeToLive
operation.
public TimeToLiveSpecification TimeToLiveSpecification { get; set; }