Class: Aws::EC2::Types::ImageAncestryEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageAncestryEntry
- 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
-
#creation_date ⇒ Time
The date and time when this AMI was created.
-
#image_id ⇒ String
The ID of this AMI.
-
#image_owner_alias ⇒ String
The owner alias (
amazon|aws-backup-vault|aws-marketplace) of this AMI, if one is assigned. -
#source_image_id ⇒ String
The ID of the parent AMI.
-
#source_image_region ⇒ String
The Amazon Web Services Region of the parent AMI.
Instance Attribute Details
#creation_date ⇒ Time
The date and time when this AMI was created.
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_id ⇒ String
The ID of this AMI.
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_alias ⇒ String
The owner alias (amazon | aws-backup-vault | aws-marketplace
) of this AMI, if one is assigned. Otherwise, the value is null.
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_id ⇒ String
The ID of the parent AMI.
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_region ⇒ String
The Amazon Web Services Region of the parent AMI.
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 |