Class: Aws::Types::ImageWatermark
- Inherits:
-
Object
- Object
- Aws::Types::ImageWatermark
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_image_creation_time ⇒ ::Time
Returns the value of attribute source_image_creation_time.
-
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
-
#source_image_region ⇒ ::String
Returns the value of attribute source_image_region.
-
#watermark_creation_time ⇒ ::Time
Returns the value of attribute watermark_creation_time.
-
#watermark_key ⇒ ::String
Returns the value of attribute watermark_key.
Instance Attribute Details
#source_image_creation_time ⇒ ::Time
Returns the value of attribute source_image_creation_time.
11471 11472 11473 |
# File 'sig/types.rbs', line 11471 def source_image_creation_time @source_image_creation_time end |
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
11470 11471 11472 |
# File 'sig/types.rbs', line 11470 def source_image_id @source_image_id end |
#source_image_region ⇒ ::String
Returns the value of attribute source_image_region.
11469 11470 11471 |
# File 'sig/types.rbs', line 11469 def source_image_region @source_image_region end |
#watermark_creation_time ⇒ ::Time
Returns the value of attribute watermark_creation_time.
11472 11473 11474 |
# File 'sig/types.rbs', line 11472 def watermark_creation_time @watermark_creation_time end |
#watermark_key ⇒ ::String
Returns the value of attribute watermark_key.
11468 11469 11470 |
# File 'sig/types.rbs', line 11468 def watermark_key @watermark_key end |