Class: Aws::Types::InputImage
- Inherits:
-
Object
- Object
- Aws::Types::InputImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "png", ...
Returns the value of attribute format.
-
#inline_content ⇒ ::String
Returns the value of attribute inline_content.
Instance Attribute Details
#format ⇒ "png", ...
Returns the value of attribute format.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def format @format end |
#inline_content ⇒ ::String
Returns the value of attribute inline_content.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def inline_content @inline_content end |