Class: Aws::EC2::Types::ImageWatermark

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a watermark attached to an AMI.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_image_creation_timeTime

The creation date of the source AMI, in the following format: YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM.

Returns:

  • (Time)


49411
49412
49413
49414
49415
49416
49417
49418
49419
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49411

class ImageWatermark < Struct.new(
  :watermark_key,
  :source_image_region,
  :source_image_id,
  :source_image_creation_time,
  :watermark_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#source_image_idString

The ID of the AMI to which the watermark was originally attached.

Returns:

  • (String)


49411
49412
49413
49414
49415
49416
49417
49418
49419
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49411

class ImageWatermark < Struct.new(
  :watermark_key,
  :source_image_region,
  :source_image_id,
  :source_image_creation_time,
  :watermark_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#source_image_regionString

The Region where the watermark was originally attached.

Returns:

  • (String)


49411
49412
49413
49414
49415
49416
49417
49418
49419
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49411

class ImageWatermark < Struct.new(
  :watermark_key,
  :source_image_region,
  :source_image_id,
  :source_image_creation_time,
  :watermark_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#watermark_creation_timeTime

The date and time the watermark was attached to the AMI, in the following format: YYYY-MM-DDTHH:MM:SS.ssssss+HH:MM.

Returns:

  • (Time)


49411
49412
49413
49414
49415
49416
49417
49418
49419
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49411

class ImageWatermark < Struct.new(
  :watermark_key,
  :source_image_region,
  :source_image_id,
  :source_image_creation_time,
  :watermark_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#watermark_keyString

The watermark identifier, in accountId:watermarkName format (for example, 123456789012:approvedAmi). The accountId portion is the Amazon Web Services account ID of the watermark creator. The watermarkName portion is customer-provided.

Returns:

  • (String)


49411
49412
49413
49414
49415
49416
49417
49418
49419
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49411

class ImageWatermark < Struct.new(
  :watermark_key,
  :source_image_region,
  :source_image_id,
  :source_image_creation_time,
  :watermark_creation_time)
  SENSITIVE = []
  include Aws::Structure
end