Class: Aws::Types::Datum
- Inherits:
-
Object
- Object
- Aws::Types::Datum
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_value ⇒ ::Array[Types::Datum]
Returns the value of attribute array_value.
-
#null_value ⇒ Boolean
Returns the value of attribute null_value.
-
#row_value ⇒ Types::Row
Returns the value of attribute row_value.
-
#scalar_value ⇒ ::String
Returns the value of attribute scalar_value.
Instance Attribute Details
#array_value ⇒ ::Array[Types::Datum]
Returns the value of attribute array_value.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def array_value @array_value end |
#null_value ⇒ Boolean
Returns the value of attribute null_value.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def null_value @null_value end |
#row_value ⇒ Types::Row
Returns the value of attribute row_value.
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.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def scalar_value @scalar_value end |