Class: Aws::Types::DetachImageWatermarkRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachImageWatermarkRequest
- 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_key ⇒ ::String
Returns the value of attribute watermark_key.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8231 8232 8233 |
# File 'sig/types.rbs', line 8231 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
8229 8230 8231 |
# File 'sig/types.rbs', line 8229 def image_id @image_id end |
#watermark_key ⇒ ::String
Returns the value of attribute watermark_key.
8230 8231 8232 |
# File 'sig/types.rbs', line 8230 def watermark_key @watermark_key end |