Class: Aws::Types::ImageBlock
- Inherits:
-
Object
- Object
- Aws::Types::ImageBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "png", ...
Returns the value of attribute format.
-
#source ⇒ Types::ImageSource
Returns the value of attribute source.
Instance Attribute Details
#format ⇒ "png", ...
Returns the value of attribute format.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def format @format end |
#source ⇒ Types::ImageSource
Returns the value of attribute source.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def source @source end |