Class: Aws::Types::SimpleEmailPart
- Inherits:
-
Object
- Object
- Aws::Types::SimpleEmailPart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#charset ⇒ ::String
Returns the value of attribute charset.
-
#data ⇒ ::String
Returns the value of attribute data.
Instance Attribute Details
#charset ⇒ ::String
Returns the value of attribute charset.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def charset @charset end |
#data ⇒ ::String
Returns the value of attribute data.
2823 2824 2825 |
# File 'sig/types.rbs', line 2823 def data @data end |