Class: Aws::Types::ImageWatermark

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_image_creation_time::Time

Returns the value of attribute source_image_creation_time.

Returns:

  • (::Time)


10992
10993
10994
# File 'sig/types.rbs', line 10992

def source_image_creation_time
  @source_image_creation_time
end

#source_image_id::String

Returns the value of attribute source_image_id.

Returns:

  • (::String)


10991
10992
10993
# File 'sig/types.rbs', line 10991

def source_image_id
  @source_image_id
end

#source_image_region::String

Returns the value of attribute source_image_region.

Returns:

  • (::String)


10990
10991
10992
# File 'sig/types.rbs', line 10990

def source_image_region
  @source_image_region
end

#watermark_creation_time::Time

Returns the value of attribute watermark_creation_time.

Returns:

  • (::Time)


10993
10994
10995
# File 'sig/types.rbs', line 10993

def watermark_creation_time
  @watermark_creation_time
end

#watermark_key::String

Returns the value of attribute watermark_key.

Returns:

  • (::String)


10989
10990
10991
# File 'sig/types.rbs', line 10989

def watermark_key
  @watermark_key
end