Skip to content

/AWS1/CL_RFTINQUIRYDETAIL

Detailed 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.

Optional arguments:

iv_updatedat TYPE /AWS1/RFTTIMESTAMPATTRIBUTE /AWS1/RFTTIMESTAMPATTRIBUTE

Timestamp indicating when the resource was last modified.

iv_supportmode TYPE /AWS1/RFTINQUIRYSUPPORTMODE /AWS1/RFTINQUIRYSUPPORTMODE

Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.


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

updatedAt

Timestamp indicating when the resource was last modified.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

supportMode

Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.

Accessible with the following methods

Method Description
GET_SUPPORTMODE() Getter for SUPPORTMODE, with configurable default
ASK_SUPPORTMODE() Getter for SUPPORTMODE w/ exceptions if field has no value
HAS_SUPPORTMODE() Determine if SUPPORTMODE has a value