Skip to content

/AWS1/CL_RFTINQUIRYSUMMARY

Summary information about a compliance inquiry.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/RFTSTRING /AWS1/RFTSTRING

ARN of the compliance inquiry resource.

iv_name TYPE /AWS1/RFTSTRING /AWS1/RFTSTRING

Title of the inquiry.

iv_id TYPE /AWS1/RFTINQUIRYID /AWS1/RFTINQUIRYID

Unique resource ID for the compliance inquiry.

iv_status TYPE /AWS1/RFTINQUIRYSTATUS /AWS1/RFTINQUIRYSTATUS

Current processing status of the inquiry.

iv_statusmessage TYPE /AWS1/RFTINQUIRYSTATUSMESSAGE /AWS1/RFTINQUIRYSTATUSMESSAGE

Status message providing additional context.

iv_inputsource TYPE /AWS1/RFTINPUTSOURCE /AWS1/RFTINPUTSOURCE

Type of inquiry content (text or file).

iv_createdat TYPE /AWS1/RFTTIMESTAMPATTRIBUTE /AWS1/RFTTIMESTAMPATTRIBUTE

Timestamp indicating when the resource was created.


Queryable Attributes

arn

ARN of the compliance inquiry resource.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

name

Title of the inquiry.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

id

Unique resource ID for the compliance inquiry.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

status

Current processing status of the inquiry.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

statusMessage

Status message providing additional context.

Accessible with the following methods

Method Description
GET_STATUSMESSAGE() Getter for STATUSMESSAGE, with configurable default
ASK_STATUSMESSAGE() Getter for STATUSMESSAGE w/ exceptions if field has no value
HAS_STATUSMESSAGE() Determine if STATUSMESSAGE has a value

inputSource

Type of inquiry content (text or file).

Accessible with the following methods

Method Description
GET_INPUTSOURCE() Getter for INPUTSOURCE, with configurable default
ASK_INPUTSOURCE() Getter for INPUTSOURCE w/ exceptions if field has no value
HAS_INPUTSOURCE() Determine if INPUTSOURCE has a value

createdAt

Timestamp indicating when the resource was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT 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_INQUIRIESLIST

TYPES TT_INQUIRIESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RFTINQUIRYSUMMARY WITH DEFAULT KEY
.