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.
7958 7959 7960 |
# File 'sig/types.rbs', line 7958 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
7956 7957 7958 |
# File 'sig/types.rbs', line 7956 def image_id @image_id end |
#watermark_key ⇒ ::String
Returns the value of attribute watermark_key.
7957 7958 7959 |
# File 'sig/types.rbs', line 7957 def watermark_key @watermark_key end |