Class: Aws::Types::MessageAttributeValue
- Inherits:
-
Object
- Object
- Aws::Types::MessageAttributeValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#binary_value ⇒ ::String
Returns the value of attribute binary_value.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#binary_value ⇒ ::String
Returns the value of attribute binary_value.
393 394 395 |
# File 'sig/types.rbs', line 393 def binary_value @binary_value end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
391 392 393 |
# File 'sig/types.rbs', line 391 def data_type @data_type end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
392 393 394 |
# File 'sig/types.rbs', line 392 def string_value @string_value end |