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.
14 15 16 |
# File 'sig/types.rbs', line 14 def b @b end |
#bool ⇒ Boolean
Returns the value of attribute bool.
21 22 23 |
# File 'sig/types.rbs', line 21 def bool @bool end |
#bs ⇒ ::Array[::String]
Returns the value of attribute bs.
17 18 19 |
# File 'sig/types.rbs', line 17 def bs @bs end |
#l ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute l.
19 20 21 |
# File 'sig/types.rbs', line 19 def l @l end |
#m ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute m.
18 19 20 |
# File 'sig/types.rbs', line 18 def m @m end |
#n ⇒ ::String
Returns the value of attribute n.
13 14 15 |
# File 'sig/types.rbs', line 13 def n @n end |
#ns ⇒ ::Array[::String]
Returns the value of attribute ns.
16 17 18 |
# File 'sig/types.rbs', line 16 def ns @ns end |
#null ⇒ Boolean
Returns the value of attribute null.
20 21 22 |
# File 'sig/types.rbs', line 20 def null @null end |
#s ⇒ ::String
Returns the value of attribute s.
12 13 14 |
# File 'sig/types.rbs', line 12 def s @s end |
#ss ⇒ ::Array[::String]
Returns the value of attribute ss.
15 16 17 |
# File 'sig/types.rbs', line 15 def ss @ss end |