/AWS1/CL_MPCDESCRENTITYRSP¶
DescribeEntityResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_entitytype
TYPE /AWS1/MPCENTITYTYPE
/AWS1/MPCENTITYTYPE
¶
The named type of the entity, in the format of
EntityType@Version
.
iv_entityidentifier
TYPE /AWS1/MPCIDENTIFIER
/AWS1/MPCIDENTIFIER
¶
The identifier of the entity, in the format of
EntityId@RevisionId
.
iv_entityarn
TYPE /AWS1/MPCARN
/AWS1/MPCARN
¶
The ARN associated to the unique identifier for the entity referenced in this request.
iv_lastmodifieddate
TYPE /AWS1/MPCDATETIMEISO8601
/AWS1/MPCDATETIMEISO8601
¶
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
iv_details
TYPE /AWS1/MPCJSON
/AWS1/MPCJSON
¶
This stringified JSON object includes the details of the entity.
io_detailsdocument
TYPE REF TO /AWS1/CL_RT_DOCUMENT
/AWS1/CL_RT_DOCUMENT
¶
The JSON value of the details specific to the entity.
To download "DetailsDocument" shapes, see the Python and Java shapes on GitHub.
Queryable Attributes¶
EntityType¶
The named type of the entity, in the format of
EntityType@Version
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENTITYTYPE() |
Getter for ENTITYTYPE, with configurable default |
ASK_ENTITYTYPE() |
Getter for ENTITYTYPE w/ exceptions if field has no value |
HAS_ENTITYTYPE() |
Determine if ENTITYTYPE has a value |
EntityIdentifier¶
The identifier of the entity, in the format of
EntityId@RevisionId
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENTITYIDENTIFIER() |
Getter for ENTITYIDENTIFIER, with configurable default |
ASK_ENTITYIDENTIFIER() |
Getter for ENTITYIDENTIFIER w/ exceptions if field has no va |
HAS_ENTITYIDENTIFIER() |
Determine if ENTITYIDENTIFIER has a value |
EntityArn¶
The ARN associated to the unique identifier for the entity referenced in this request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENTITYARN() |
Getter for ENTITYARN, with configurable default |
ASK_ENTITYARN() |
Getter for ENTITYARN w/ exceptions if field has no value |
HAS_ENTITYARN() |
Determine if ENTITYARN has a value |
LastModifiedDate¶
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE, with configurable default |
ASK_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE w/ exceptions if field has no va |
HAS_LASTMODIFIEDDATE() |
Determine if LASTMODIFIEDDATE has a value |
Details¶
This stringified JSON object includes the details of the entity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DETAILS() |
Getter for DETAILS, with configurable default |
ASK_DETAILS() |
Getter for DETAILS w/ exceptions if field has no value |
HAS_DETAILS() |
Determine if DETAILS has a value |
DetailsDocument¶
The JSON value of the details specific to the entity.
To download "DetailsDocument" shapes, see the Python and Java shapes on GitHub.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DETAILSDOCUMENT() |
Getter for DETAILSDOCUMENT, with configurable default |
ASK_DETAILSDOCUMENT() |
Getter for DETAILSDOCUMENT w/ exceptions if field has no val |
HAS_DETAILSDOCUMENT() |
Determine if DETAILSDOCUMENT has a value |