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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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-*DD*T*HH*:MM:SS.ssssss+HH:MM.

Returns:

  • (Time)


49387
49388
49389
49390
49391
49392
49393
49394
49395
# File 'lib/aws-sdk-ec2/types.rb', line 49387

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)


49387
49388
49389
49390
49391
49392
49393
49394
49395
# File 'lib/aws-sdk-ec2/types.rb', line 49387

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)


49387
49388
49389
49390
49391
49392
49393
49394
49395
# File 'lib/aws-sdk-ec2/types.rb', line 49387

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-*DD*T*HH*:MM:SS.ssssss+HH:MM.

Returns:

  • (Time)


49387
49388
49389
49390
49391
49392
49393
49394
49395
# File 'lib/aws-sdk-ec2/types.rb', line 49387

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)


49387
49388
49389
49390
49391
49392
49393
49394
49395
# File 'lib/aws-sdk-ec2/types.rb', line 49387

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