Class: Aws::Types::DocumentAttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::DocumentAttributeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_value ⇒ ::Time
Returns the value of attribute date_value.
-
#long_value ⇒ ::Integer
Returns the value of attribute long_value.
-
#string_list_value ⇒ ::Array[::String]
Returns the value of attribute string_list_value.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#date_value ⇒ ::Time
Returns the value of attribute date_value.
928 929 930 |
# File 'sig/types.rbs', line 928 def date_value @date_value end |
#long_value ⇒ ::Integer
Returns the value of attribute long_value.
927 928 929 |
# File 'sig/types.rbs', line 927 def long_value @long_value end |
#string_list_value ⇒ ::Array[::String]
Returns the value of attribute string_list_value.
926 927 928 |
# File 'sig/types.rbs', line 926 def string_list_value @string_list_value end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
925 926 927 |
# File 'sig/types.rbs', line 925 def string_value @string_value end |