Class: Aws::Athena::Types::Datum

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

A piece of data (a field in the table).

Instance Attribute Summary collapse

Instance Attribute Details

#var_char_valueString

The value of the datum.

Returns:

  • (String)


283
284
285
286
# File 'lib/aws-sdk-athena/types.rb', line 283

class Datum < Struct.new(
  :var_char_value)
  include Aws::Structure
end