Class: Aws::Types::Content
- Inherits:
-
Object
- Object
- Aws::Types::Content
- 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.
177 178 179 |
# File 'sig/types.rbs', line 177 def charset @charset end |
#data ⇒ ::String
Returns the value of attribute data.
176 177 178 |
# File 'sig/types.rbs', line 176 def data @data end |