Class: Aws::Types::ImageFile
- Inherits:
-
Object
- Object
- Aws::Types::ImageFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::String
Returns the value of attribute data.
-
#type ⇒ "PNG"
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ ::String
Returns the value of attribute data.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def data @data end |
#type ⇒ "PNG"
Returns the value of attribute type.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def type @type end |