Skip to content

/AWS1/CL_PP2REGATTACHMENTSIN00

Provides information on the specified registration attachments.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_registrationattachmentarn TYPE /AWS1/PP2STRING /AWS1/PP2STRING

The Amazon Resource Name (ARN) for the registration attachment.

iv_registrationattachmentid TYPE /AWS1/PP2STRING /AWS1/PP2STRING

The unique identifier for the registration attachment.

iv_attachmentstatus TYPE /AWS1/PP2ATTACHMENTSTATUS /AWS1/PP2ATTACHMENTSTATUS

The status of the registration attachment.

  • UPLOAD_IN_PROGRESS The attachment is being uploaded.

  • UPLOAD_COMPLETE The attachment has been uploaded.

  • UPLOAD_FAILED The attachment failed to uploaded.

  • DELETED The attachment has been deleted..

iv_createdtimestamp TYPE /AWS1/PP2TIMESTAMP /AWS1/PP2TIMESTAMP

The time when the registration attachment was created, in UNIX epoch time format.

Optional arguments:

iv_attachmentuploaderrorrsn TYPE /AWS1/PP2ATTACHMENTUPLOADERR00 /AWS1/PP2ATTACHMENTUPLOADERR00

A description of why the upload didn't successfully complete.

iv_attachmenturl TYPE /AWS1/PP2STRING /AWS1/PP2STRING

The URL to the document that's associated with the registration attachment.


Queryable Attributes

RegistrationAttachmentArn

The Amazon Resource Name (ARN) for the registration attachment.

Accessible with the following methods

Method Description
GET_REGATTACHMENTARN() Getter for REGISTRATIONATTACHMENTARN, with configurable defa
ASK_REGATTACHMENTARN() Getter for REGISTRATIONATTACHMENTARN w/ exceptions if field
HAS_REGATTACHMENTARN() Determine if REGISTRATIONATTACHMENTARN has a value

RegistrationAttachmentId

The unique identifier for the registration attachment.

Accessible with the following methods

Method Description
GET_REGISTRATIONATTACHMENTID() Getter for REGISTRATIONATTACHMENTID, with configurable defau
ASK_REGISTRATIONATTACHMENTID() Getter for REGISTRATIONATTACHMENTID w/ exceptions if field h
HAS_REGISTRATIONATTACHMENTID() Determine if REGISTRATIONATTACHMENTID has a value

AttachmentStatus

The status of the registration attachment.

  • UPLOAD_IN_PROGRESS The attachment is being uploaded.

  • UPLOAD_COMPLETE The attachment has been uploaded.

  • UPLOAD_FAILED The attachment failed to uploaded.

  • DELETED The attachment has been deleted..

Accessible with the following methods

Method Description
GET_ATTACHMENTSTATUS() Getter for ATTACHMENTSTATUS, with configurable default
ASK_ATTACHMENTSTATUS() Getter for ATTACHMENTSTATUS w/ exceptions if field has no va
HAS_ATTACHMENTSTATUS() Determine if ATTACHMENTSTATUS has a value

AttachmentUploadErrorReason

A description of why the upload didn't successfully complete.

Accessible with the following methods

Method Description
GET_ATTACHMENTUPLOADERRORRSN() Getter for ATTACHMENTUPLOADERRORREASON, with configurable de
ASK_ATTACHMENTUPLOADERRORRSN() Getter for ATTACHMENTUPLOADERRORREASON w/ exceptions if fiel
HAS_ATTACHMENTUPLOADERRORRSN() Determine if ATTACHMENTUPLOADERRORREASON has a value

CreatedTimestamp

The time when the registration attachment was created, in UNIX epoch time format.

Accessible with the following methods

Method Description
GET_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP, with configurable default
ASK_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP w/ exceptions if field has no va
HAS_CREATEDTIMESTAMP() Determine if CREATEDTIMESTAMP has a value

AttachmentUrl

The URL to the document that's associated with the registration attachment.

Accessible with the following methods

Method Description
GET_ATTACHMENTURL() Getter for ATTACHMENTURL, with configurable default
ASK_ATTACHMENTURL() Getter for ATTACHMENTURL w/ exceptions if field has no value
HAS_ATTACHMENTURL() Determine if ATTACHMENTURL 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_REGATTACHMENTSINFMTIONLIST

TYPES TT_REGATTACHMENTSINFMTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2REGATTACHMENTSIN00 WITH DEFAULT KEY
.