Class: Aws::Types::AttachImageWatermarkRequest

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)


830
831
832
# File 'sig/types.rbs', line 830

def dry_run
  @dry_run
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def image_id
  @image_id
end

#watermark_name::String

Returns the value of attribute watermark_name.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def watermark_name
  @watermark_name
end