Class: Aws::Types::AttachImageWatermarkRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachImageWatermarkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#watermark_name ⇒ ::String
Returns the value of attribute watermark_name.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
916 917 918 |
# File 'sig/types.rbs', line 916 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
914 915 916 |
# File 'sig/types.rbs', line 914 def image_id @image_id end |
#watermark_name ⇒ ::String
Returns the value of attribute watermark_name.
915 916 917 |
# File 'sig/types.rbs', line 915 def watermark_name @watermark_name end |