Class: Aws::Types::RetrievalContent
- Inherits:
-
Object
- Object
- Aws::Types::RetrievalContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byte_content ⇒ ::String
Returns the value of attribute byte_content.
-
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#byte_content ⇒ ::String
Returns the value of attribute byte_content.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def byte_content @byte_content end |
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def mime_type @mime_type end |
#text ⇒ ::String
Returns the value of attribute text.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def text @text end |