Class: Aws::Keyspaces::Types::StaticColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::StaticColumn
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
The name of the static column.
Instance Attribute Details
#name ⇒ String
The name of the static column.
1539 1540 1541 1542 1543 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1539 class StaticColumn < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |