Class: Aws::Types::ByteContentFile
- Inherits:
-
Object
- Object
- Aws::Types::ByteContentFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#media_type ⇒ ::String
Returns the value of attribute media_type.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
408 409 410 |
# File 'sig/types.rbs', line 408 def data @data end |
#media_type ⇒ ::String
Returns the value of attribute media_type.
409 410 411 |
# File 'sig/types.rbs', line 409 def media_type @media_type end |