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.
8141 8142 8143 |
# File 'sig/types.rbs', line 8141 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
8139 8140 8141 |
# File 'sig/types.rbs', line 8139 def image_id @image_id end |
#watermark_key ⇒ ::String
Returns the value of attribute watermark_key.
8140 8141 8142 |
# File 'sig/types.rbs', line 8140 def watermark_key @watermark_key end |