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.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def format @format end |
#inline_content ⇒ ::String
Returns the value of attribute inline_content.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def inline_content @inline_content end |