Skip to content

/AWS1/CL_ECRDSCIMAGESIGSTATRSP

DescribeImageSigningStatusResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_repositoryname TYPE /AWS1/ECRREPOSITORYNAME /AWS1/ECRREPOSITORYNAME

The name of the repository.

io_imageid TYPE REF TO /AWS1/CL_ECRIMAGEIDENTIFIER /AWS1/CL_ECRIMAGEIDENTIFIER

An object with identifying information for the image.

iv_registryid TYPE /AWS1/ECRREGISTRYID /AWS1/ECRREGISTRYID

The Amazon Web Services account ID associated with the registry.

it_signingstatuses TYPE /AWS1/CL_ECRIMAGESIGNINGSTATUS=>TT_IMAGESIGNINGSTATUSLIST TT_IMAGESIGNINGSTATUSLIST

A list of signing statuses for the specified image. Each status corresponds to a signing profile.


Queryable Attributes

repositoryName

The name of the repository.

Accessible with the following methods

Method Description
GET_REPOSITORYNAME() Getter for REPOSITORYNAME, with configurable default
ASK_REPOSITORYNAME() Getter for REPOSITORYNAME w/ exceptions if field has no valu
HAS_REPOSITORYNAME() Determine if REPOSITORYNAME has a value

imageId

An object with identifying information for the image.

Accessible with the following methods

Method Description
GET_IMAGEID() Getter for IMAGEID

registryId

The Amazon Web Services account ID associated with the registry.

Accessible with the following methods

Method Description
GET_REGISTRYID() Getter for REGISTRYID, with configurable default
ASK_REGISTRYID() Getter for REGISTRYID w/ exceptions if field has no value
HAS_REGISTRYID() Determine if REGISTRYID has a value

signingStatuses

A list of signing statuses for the specified image. Each status corresponds to a signing profile.

Accessible with the following methods

Method Description
GET_SIGNINGSTATUSES() Getter for SIGNINGSTATUSES, with configurable default
ASK_SIGNINGSTATUSES() Getter for SIGNINGSTATUSES w/ exceptions if field has no val
HAS_SIGNINGSTATUSES() Determine if SIGNINGSTATUSES has a value