Class: Aws::Types::AttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::AttributeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#b ⇒ ::String
Returns the value of attribute b.
-
#bool ⇒ Boolean
Returns the value of attribute bool.
-
#bs ⇒ ::Array[::String]
Returns the value of attribute bs.
-
#l ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute l.
-
#m ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute m.
-
#n ⇒ ::String
Returns the value of attribute n.
-
#ns ⇒ ::Array[::String]
Returns the value of attribute ns.
-
#null ⇒ Boolean
Returns the value of attribute null.
-
#s ⇒ ::String
Returns the value of attribute s.
-
#ss ⇒ ::Array[::String]
Returns the value of attribute ss.
Instance Attribute Details
#b ⇒ ::String
Returns the value of attribute b.
27 28 29 |
# File 'sig/types.rbs', line 27 def b @b end |
#bool ⇒ Boolean
Returns the value of attribute bool.
34 35 36 |
# File 'sig/types.rbs', line 34 def bool @bool end |
#bs ⇒ ::Array[::String]
Returns the value of attribute bs.
30 31 32 |
# File 'sig/types.rbs', line 30 def bs @bs end |
#l ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute l.
32 33 34 |
# File 'sig/types.rbs', line 32 def l @l end |
#m ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute m.
31 32 33 |
# File 'sig/types.rbs', line 31 def m @m end |
#n ⇒ ::String
Returns the value of attribute n.
26 27 28 |
# File 'sig/types.rbs', line 26 def n @n end |
#ns ⇒ ::Array[::String]
Returns the value of attribute ns.
29 30 31 |
# File 'sig/types.rbs', line 29 def ns @ns end |
#null ⇒ Boolean
Returns the value of attribute null.
33 34 35 |
# File 'sig/types.rbs', line 33 def null @null end |
#s ⇒ ::String
Returns the value of attribute s.
25 26 27 |
# File 'sig/types.rbs', line 25 def s @s end |
#ss ⇒ ::Array[::String]
Returns the value of attribute ss.
28 29 30 |
# File 'sig/types.rbs', line 28 def ss @ss end |