Class: Aws::Keyspaces::Types::ClientSideTimestamps

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

Shows how to enable client-side timestamps settings for the specified table.

Returns:

  • (String)


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