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.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def data @data end |
#type ⇒ "PNG"
Returns the value of attribute type.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def type @type end |