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.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def format @format end |
#source ⇒ Types::ImageSource
Returns the value of attribute source.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def source @source end |