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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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*.

[1]: docs.aws.amazon.com/keyspaces/latest/devguide/client-side-timestamps-how-it-works.html

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 'lib/aws-sdk-keyspaces/types.rb', line 289

class ClientSideTimestamps < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end