Class: Aws::Keyspaces::Types::ClientSideTimestamps
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::ClientSideTimestamps
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
The client-side timestamp setting of the table.
For more information, see How it works: Amazon Keyspaces client-side timestamps in the Amazon Keyspaces Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Shows how to enable client-side timestamps settings for the specified table.
Instance Attribute Details
#status ⇒ String
Shows how to enable client-side timestamps settings for the specified table.
289 290 291 292 293 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 289 class ClientSideTimestamps < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |