Class: Aws::Types::Value
- Inherits:
-
Object
- Object
- Aws::Types::Value
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ArrayValues, BigIntValue, BitValue, BlobValue, DoubleValue, IntValue, IsNull, RealValue, StringValue, StructValue, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_values ⇒ ::Array[Types::Value]
Returns the value of attribute array_values.
-
#big_int_value ⇒ ::Integer
Returns the value of attribute big_int_value.
-
#bit_value ⇒ Boolean
Returns the value of attribute bit_value.
-
#blob_value ⇒ ::String
Returns the value of attribute blob_value.
-
#double_value ⇒ ::Float
Returns the value of attribute double_value.
-
#int_value ⇒ ::Integer
Returns the value of attribute int_value.
-
#is_null ⇒ Boolean
Returns the value of attribute is_null.
-
#real_value ⇒ ::Float
Returns the value of attribute real_value.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
-
#struct_value ⇒ Types::StructValue
Returns the value of attribute struct_value.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#array_values ⇒ ::Array[Types::Value]
Returns the value of attribute array_values.
307 308 309 |
# File 'sig/types.rbs', line 307 def array_values @array_values end |
#big_int_value ⇒ ::Integer
Returns the value of attribute big_int_value.
301 302 303 |
# File 'sig/types.rbs', line 301 def big_int_value @big_int_value end |
#bit_value ⇒ Boolean
Returns the value of attribute bit_value.
300 301 302 |
# File 'sig/types.rbs', line 300 def bit_value @bit_value end |
#blob_value ⇒ ::String
Returns the value of attribute blob_value.
306 307 308 |
# File 'sig/types.rbs', line 306 def blob_value @blob_value end |
#double_value ⇒ ::Float
Returns the value of attribute double_value.
303 304 305 |
# File 'sig/types.rbs', line 303 def double_value @double_value end |
#int_value ⇒ ::Integer
Returns the value of attribute int_value.
302 303 304 |
# File 'sig/types.rbs', line 302 def int_value @int_value end |
#is_null ⇒ Boolean
Returns the value of attribute is_null.
299 300 301 |
# File 'sig/types.rbs', line 299 def is_null @is_null end |
#real_value ⇒ ::Float
Returns the value of attribute real_value.
304 305 306 |
# File 'sig/types.rbs', line 304 def real_value @real_value end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
305 306 307 |
# File 'sig/types.rbs', line 305 def string_value @string_value end |
#struct_value ⇒ Types::StructValue
Returns the value of attribute struct_value.
308 309 310 |
# File 'sig/types.rbs', line 308 def struct_value @struct_value end |
#unknown ⇒ Object
Returns the value of attribute unknown.
309 310 311 |
# File 'sig/types.rbs', line 309 def unknown @unknown end |