Class: Aws::Types::ImageBlock
- Inherits:
-
Object
- Object
- Aws::Types::ImageBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorBlock
Returns the value of attribute error.
-
#format ⇒ "png", ...
Returns the value of attribute format.
-
#source ⇒ Types::ImageSource
Returns the value of attribute source.
Instance Attribute Details
#error ⇒ Types::ErrorBlock
Returns the value of attribute error.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def error @error end |
#format ⇒ "png", ...
Returns the value of attribute format.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def format @format end |
#source ⇒ Types::ImageSource
Returns the value of attribute source.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def source @source end |