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)


47901
47902
47903
47904
47905
47906
47907
47908
47909
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47901

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)


47901
47902
47903
47904
47905
47906
47907
47908
47909
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47901

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)


47901
47902
47903
47904
47905
47906
47907
47908
47909
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47901

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)


47901
47902
47903
47904
47905
47906
47907
47908
47909
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47901

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)


47901
47902
47903
47904
47905
47906
47907
47908
47909
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47901

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