Class: Aws::Types::ImageInserter
- Inherits:
-
Object
- Object
- Aws::Types::ImageInserter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#insertable_images ⇒ ::Array[Types::InsertableImage]
Returns the value of attribute insertable_images.
-
#sdr_reference_white_level ⇒ ::Integer
Returns the value of attribute sdr_reference_white_level.
Instance Attribute Details
#insertable_images ⇒ ::Array[Types::InsertableImage]
Returns the value of attribute insertable_images.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def insertable_images @insertable_images end |
#sdr_reference_white_level ⇒ ::Integer
Returns the value of attribute sdr_reference_white_level.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def sdr_reference_white_level @sdr_reference_white_level end |