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.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def insertable_images @insertable_images end |
#sdr_reference_white_level ⇒ ::Integer
Returns the value of attribute sdr_reference_white_level.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def sdr_reference_white_level @sdr_reference_white_level end |