Class: Aws::Types::ByteContentDoc
- Inherits:
-
Object
- Object
- Aws::Types::ByteContentDoc
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
321 322 323 |
# File 'sig/types.rbs', line 321 def data @data end |
#mime_type ⇒ ::String
Returns the value of attribute mime_type.
320 321 322 |
# File 'sig/types.rbs', line 320 def mime_type @mime_type end |