Class: Aws::Types::AttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::AttributeValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: BooleanValue, NumberArray, NumberValue, StringArray, StringValue, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
-
#number_array ⇒ ::Array[::Float]
Returns the value of attribute number_array.
-
#number_value ⇒ ::Float
Returns the value of attribute number_value.
-
#string_array ⇒ ::Array[::String]
Returns the value of attribute string_array.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
60 61 62 |
# File 'sig/types.rbs', line 60 def boolean_value @boolean_value end |
#number_array ⇒ ::Array[::Float]
Returns the value of attribute number_array.
62 63 64 |
# File 'sig/types.rbs', line 62 def number_array @number_array end |
#number_value ⇒ ::Float
Returns the value of attribute number_value.
59 60 61 |
# File 'sig/types.rbs', line 59 def number_value @number_value end |
#string_array ⇒ ::Array[::String]
Returns the value of attribute string_array.
61 62 63 |
# File 'sig/types.rbs', line 61 def string_array @string_array end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
58 59 60 |
# File 'sig/types.rbs', line 58 def string_value @string_value end |
#unknown ⇒ Object
Returns the value of attribute unknown.
63 64 65 |
# File 'sig/types.rbs', line 63 def unknown @unknown end |