/AWS1/CL_BURRESULTITEM¶
This is an object representing the item returned in the results of a search for a specific resource type.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_s3resultitem
TYPE REF TO /AWS1/CL_BURS3RESULTITEM
/AWS1/CL_BURS3RESULTITEM
¶
These are items returned in the search results of an Amazon S3 search.
io_ebsresultitem
TYPE REF TO /AWS1/CL_BUREBSRESULTITEM
/AWS1/CL_BUREBSRESULTITEM
¶
These are items returned in the search results of an Amazon EBS search.
Queryable Attributes¶
S3ResultItem¶
These are items returned in the search results of an Amazon S3 search.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3RESULTITEM() |
Getter for S3RESULTITEM |
EBSResultItem¶
These are items returned in the search results of an Amazon EBS search.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EBSRESULTITEM() |
Getter for EBSRESULTITEM |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESULTS
¶
TYPES TT_RESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BURRESULTITEM WITH DEFAULT KEY
.