Class: Aws::EC2::Types::ImageAncestryEntry

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

Overview

Information about a single AMI in the ancestry chain and its source (parent) AMI.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date and time when this AMI was created.

Returns:

  • (Time)


45430
45431
45432
45433
45434
45435
45436
45437
45438
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45430

class ImageAncestryEntry < Struct.new(
  :creation_date,
  :image_id,
  :image_owner_alias,
  :source_image_id,
  :source_image_region)
  SENSITIVE = []
  include Aws::Structure
end

#image_idString

The ID of this AMI.

Returns:

  • (String)


45430
45431
45432
45433
45434
45435
45436
45437
45438
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45430

class ImageAncestryEntry < Struct.new(
  :creation_date,
  :image_id,
  :image_owner_alias,
  :source_image_id,
  :source_image_region)
  SENSITIVE = []
  include Aws::Structure
end

#image_owner_aliasString

The owner alias (amazon | aws-backup-vault | aws-marketplace ) of this AMI, if one is assigned. Otherwise, the value is null.

Returns:

  • (String)


45430
45431
45432
45433
45434
45435
45436
45437
45438
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45430

class ImageAncestryEntry < Struct.new(
  :creation_date,
  :image_id,
  :image_owner_alias,
  :source_image_id,
  :source_image_region)
  SENSITIVE = []
  include Aws::Structure
end

#source_image_idString

The ID of the parent AMI.

Returns:

  • (String)


45430
45431
45432
45433
45434
45435
45436
45437
45438
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45430

class ImageAncestryEntry < Struct.new(
  :creation_date,
  :image_id,
  :image_owner_alias,
  :source_image_id,
  :source_image_region)
  SENSITIVE = []
  include Aws::Structure
end

#source_image_regionString

The Amazon Web Services Region of the parent AMI.

Returns:

  • (String)


45430
45431
45432
45433
45434
45435
45436
45437
45438
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45430

class ImageAncestryEntry < Struct.new(
  :creation_date,
  :image_id,
  :image_owner_alias,
  :source_image_id,
  :source_image_region)
  SENSITIVE = []
  include Aws::Structure
end