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)


47086
47087
47088
47089
47090
47091
47092
47093
47094
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47086

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)


47086
47087
47088
47089
47090
47091
47092
47093
47094
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47086

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)


47086
47087
47088
47089
47090
47091
47092
47093
47094
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47086

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)


47086
47087
47088
47089
47090
47091
47092
47093
47094
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47086

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)


47086
47087
47088
47089
47090
47091
47092
47093
47094
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47086

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