Class: Aws::Types::MessageAttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::MessageAttributeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binary_list_values ⇒ ::Array[::String]
Returns the value of attribute binary_list_values.
-
#binary_value ⇒ ::String
Returns the value of attribute binary_value.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#string_list_values ⇒ ::Array[::String]
Returns the value of attribute string_list_values.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#binary_list_values ⇒ ::Array[::String]
Returns the value of attribute binary_list_values.
294 295 296 |
# File 'sig/types.rbs', line 294 def binary_list_values @binary_list_values end |
#binary_value ⇒ ::String
Returns the value of attribute binary_value.
292 293 294 |
# File 'sig/types.rbs', line 292 def binary_value @binary_value end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
295 296 297 |
# File 'sig/types.rbs', line 295 def data_type @data_type end |
#string_list_values ⇒ ::Array[::String]
Returns the value of attribute string_list_values.
293 294 295 |
# File 'sig/types.rbs', line 293 def string_list_values @string_list_values end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
291 292 293 |
# File 'sig/types.rbs', line 291 def string_value @string_value end |