Class: Aws::Types::DetachImageWatermarkRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


7957
7958
7959
# File 'sig/types.rbs', line 7957

def watermark_key
  @watermark_key
end