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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#var_char_valueString

The value of the datum.

Returns:

  • (String)


1036
1037
1038
1039
1040
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1036

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