Class: Aws::Keyspaces::Types::StaticColumn

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

The static columns of the table. Static columns store values that are shared by all rows in the same partition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the static column.

Returns:

  • (String)


1539
1540
1541
1542
1543
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1539

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