Class: Aws::Types::AttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::AttributeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#n ⇒ ::Float
Returns the value of attribute n.
-
#s ⇒ ::String
Returns the value of attribute s.
-
#sdm ⇒ ::Hash[::String, ::Float]
Returns the value of attribute sdm.
-
#sl ⇒ ::Array[::String]
Returns the value of attribute sl.
Instance Attribute Details
#n ⇒ ::Float
Returns the value of attribute n.
39 40 41 |
# File 'sig/types.rbs', line 39 def n @n end |
#s ⇒ ::String
Returns the value of attribute s.
38 39 40 |
# File 'sig/types.rbs', line 38 def s @s end |
#sdm ⇒ ::Hash[::String, ::Float]
Returns the value of attribute sdm.
41 42 43 |
# File 'sig/types.rbs', line 41 def sdm @sdm end |
#sl ⇒ ::Array[::String]
Returns the value of attribute sl.
40 41 42 |
# File 'sig/types.rbs', line 40 def sl @sl end |