Skip to content

/AWS1/CL_EC2IMAGEANCESTRYENTRY

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

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_creationdate TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME

The date and time when this AMI was created.

iv_imageid TYPE /AWS1/EC2IMAGEID /AWS1/EC2IMAGEID

The ID of this AMI.

iv_imageowneralias TYPE /AWS1/EC2STRING /AWS1/EC2STRING

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

iv_sourceimageid TYPE /AWS1/EC2IMAGEID /AWS1/EC2IMAGEID

The ID of the parent AMI.

iv_sourceimageregion TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Amazon Web Services Region of the parent AMI.


Queryable Attributes

CreationDate

The date and time when this AMI was created.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

ImageId

The ID of this AMI.

Accessible with the following methods

Method Description
GET_IMAGEID() Getter for IMAGEID, with configurable default
ASK_IMAGEID() Getter for IMAGEID w/ exceptions if field has no value
HAS_IMAGEID() Determine if IMAGEID has a value

ImageOwnerAlias

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

Accessible with the following methods

Method Description
GET_IMAGEOWNERALIAS() Getter for IMAGEOWNERALIAS, with configurable default
ASK_IMAGEOWNERALIAS() Getter for IMAGEOWNERALIAS w/ exceptions if field has no val
HAS_IMAGEOWNERALIAS() Determine if IMAGEOWNERALIAS has a value

SourceImageId

The ID of the parent AMI.

Accessible with the following methods

Method Description
GET_SOURCEIMAGEID() Getter for SOURCEIMAGEID, with configurable default
ASK_SOURCEIMAGEID() Getter for SOURCEIMAGEID w/ exceptions if field has no value
HAS_SOURCEIMAGEID() Determine if SOURCEIMAGEID has a value

SourceImageRegion

The Amazon Web Services Region of the parent AMI.

Accessible with the following methods

Method Description
GET_SOURCEIMAGEREGION() Getter for SOURCEIMAGEREGION, with configurable default
ASK_SOURCEIMAGEREGION() Getter for SOURCEIMAGEREGION w/ exceptions if field has no v
HAS_SOURCEIMAGEREGION() Determine if SOURCEIMAGEREGION has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_IMAGEANCESTRYENTRYLIST

TYPES TT_IMAGEANCESTRYENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IMAGEANCESTRYENTRY WITH DEFAULT KEY
.