Skip to content

/AWS1/CL_BDAPROMPTSUMMARY

Contains information about a prompt in your Prompt management tool.

This data type is used in the following API operations:

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/BDAPROMPTNAME /AWS1/BDAPROMPTNAME

The name of the prompt.

iv_id TYPE /AWS1/BDAPROMPTID /AWS1/BDAPROMPTID

The unique identifier of the prompt.

iv_arn TYPE /AWS1/BDAPROMPTARN /AWS1/BDAPROMPTARN

The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).

iv_version TYPE /AWS1/BDAVERSION /AWS1/BDAVERSION

The version of the prompt that this summary applies to.

iv_createdat TYPE /AWS1/BDADATETIMESTAMP /AWS1/BDADATETIMESTAMP

The time at which the prompt was created.

iv_updatedat TYPE /AWS1/BDADATETIMESTAMP /AWS1/BDADATETIMESTAMP

The time at which the prompt was last updated.

Optional arguments:

iv_description TYPE /AWS1/BDAPROMPTDESCRIPTION /AWS1/BDAPROMPTDESCRIPTION

The description of the prompt.


Queryable Attributes

name

The name of the prompt.

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

description

The description of the prompt.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

id

The unique identifier of the prompt.

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

arn

The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).

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

version

The version of the prompt that this summary applies to.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

createdAt

The time at which the prompt 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

The time at which the prompt was last updated.

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

Public Local Types In This Class

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

TT_PROMPTSUMMARIES

TYPES TT_PROMPTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAPROMPTSUMMARY WITH DEFAULT KEY
.