Class: Aws::Types::ArrayValue
- Inherits:
-
Object
- Object
- Aws::Types::ArrayValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ArrayValues, BooleanValues, DoubleValues, LongValues, StringValues, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_values ⇒ ::Array[Types::ArrayValue]
Returns the value of attribute array_values.
-
#boolean_values ⇒ ::Array[bool]
Returns the value of attribute boolean_values.
-
#double_values ⇒ ::Array[::Float]
Returns the value of attribute double_values.
-
#long_values ⇒ ::Array[::Integer]
Returns the value of attribute long_values.
-
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#array_values ⇒ ::Array[Types::ArrayValue]
Returns the value of attribute array_values.
21 22 23 |
# File 'sig/types.rbs', line 21 def array_values @array_values end |
#boolean_values ⇒ ::Array[bool]
Returns the value of attribute boolean_values.
17 18 19 |
# File 'sig/types.rbs', line 17 def boolean_values @boolean_values end |
#double_values ⇒ ::Array[::Float]
Returns the value of attribute double_values.
19 20 21 |
# File 'sig/types.rbs', line 19 def double_values @double_values end |
#long_values ⇒ ::Array[::Integer]
Returns the value of attribute long_values.
18 19 20 |
# File 'sig/types.rbs', line 18 def long_values @long_values end |
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
20 21 22 |
# File 'sig/types.rbs', line 20 def string_values @string_values end |
#unknown ⇒ Object
Returns the value of attribute unknown.
22 23 24 |
# File 'sig/types.rbs', line 22 def unknown @unknown end |