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:



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

def array_value
  @array_value
end

#null_valueBoolean

Returns the value of attribute null_value.

Returns:

  • (Boolean)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def null_value
  @null_value
end

#row_valueTypes::Row

Returns the value of attribute row_value.

Returns:



1267
1268
1269
# File 'sig/types.rbs', line 1267

def row_value
  @row_value
end

#scalar_value::String

Returns the value of attribute scalar_value.

Returns:

  • (::String)


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

def scalar_value
  @scalar_value
end