Class: Aws::Types::Datum

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#array_value::Array[Types::Datum]

Returns the value of attribute array_value.

Returns:



1263
1264
1265
# File 'sig/types.rbs', line 1263

def array_value
  @array_value
end

#null_valueBoolean

Returns the value of attribute null_value.

Returns:

  • (Boolean)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def null_value
  @null_value
end

#row_valueTypes::Row

Returns the value of attribute row_value.

Returns:



1264
1265
1266
# File 'sig/types.rbs', line 1264

def row_value
  @row_value
end

#scalar_value::String

Returns the value of attribute scalar_value.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def scalar_value
  @scalar_value
end