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.
11253 11254 11255 |
# File 'sig/types.rbs', line 11253 def source_image_creation_time @source_image_creation_time end |
#source_image_id ⇒ ::String
Returns the value of attribute source_image_id.
11252 11253 11254 |
# File 'sig/types.rbs', line 11252 def source_image_id @source_image_id end |
#source_image_region ⇒ ::String
Returns the value of attribute source_image_region.
11251 11252 11253 |
# File 'sig/types.rbs', line 11251 def source_image_region @source_image_region end |
#watermark_creation_time ⇒ ::Time
Returns the value of attribute watermark_creation_time.
11254 11255 11256 |
# File 'sig/types.rbs', line 11254 def watermark_creation_time @watermark_creation_time end |
#watermark_key ⇒ ::String
Returns the value of attribute watermark_key.
11250 11251 11252 |
# File 'sig/types.rbs', line 11250 def watermark_key @watermark_key end |