/AWS1/CL_QSTSNAPJOBS3RESULT¶
The Amazon S3 result from the snapshot job. The result includes the DestinationConfiguration and the Amazon S3 Uri. If an error occured during the job, the result returns information on the error.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_s3destinationconf TYPE REF TO /AWS1/CL_QSTSNAPSHOTS3DSTCONF /AWS1/CL_QSTSNAPSHOTS3DSTCONF¶
A list of Amazon S3 bucket configurations that are provided when you make a
StartDashboardSnapshotJobAPI call.
iv_s3uri TYPE /AWS1/QSTSENSITIVES3URI /AWS1/QSTSENSITIVES3URI¶
The Amazon S3 Uri.
it_errorinfo TYPE /AWS1/CL_QSTSNAPJOBRSLTERRINFO=>TT_SNAPJOBRESULTERRORINFOLIST TT_SNAPJOBRESULTERRORINFOLIST¶
An array of error records that describe any failures that occur while the dashboard snapshot job runs.
Queryable Attributes¶
S3DestinationConfiguration¶
A list of Amazon S3 bucket configurations that are provided when you make a
StartDashboardSnapshotJobAPI call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DESTINATIONCONF() |
Getter for S3DESTINATIONCONFIGURATION |
S3Uri¶
The Amazon S3 Uri.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URI() |
Getter for S3URI, with configurable default |
ASK_S3URI() |
Getter for S3URI w/ exceptions if field has no value |
HAS_S3URI() |
Determine if S3URI has a value |
ErrorInfo¶
An array of error records that describe any failures that occur while the dashboard snapshot job runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORINFO() |
Getter for ERRORINFO, with configurable default |
ASK_ERRORINFO() |
Getter for ERRORINFO w/ exceptions if field has no value |
HAS_ERRORINFO() |
Determine if ERRORINFO 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_SNAPSHOTJOBS3RESULTLIST¶
TYPES TT_SNAPSHOTJOBS3RESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTSNAPJOBS3RESULT WITH DEFAULT KEY
.