Class: Aws::Types::MessageData
- Inherits:
-
Object
- Object
- Aws::Types::MessageData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
734 735 736 |
# File 'sig/types.rbs', line 734 def code @code end |
#value ⇒ ::String
Returns the value of attribute value.
735 736 737 |
# File 'sig/types.rbs', line 735 def value @value end |