Method: Aws::Keyspaces::Types::ColumnDefinition#type
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
#type ⇒ String
The data type of the column. For a list of available data types, see
- Data types][1
-
in the *Amazon Keyspaces Developer Guide*.
[1]: docs.aws.amazon.com/keyspaces/latest/devguide/cql.elements.html#cql.data-types
423 424 425 426 427 428 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 423 class ColumnDefinition < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |