/AWS1/CL_RBMWORLDEXPORTJOBSUMM¶
Information about a world export job.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/RBMARN
/AWS1/RBMARN
¶
The Amazon Resource Name (ARN) of the world export job.
iv_status
TYPE /AWS1/RBMWORLDEXPORTJOBSTATUS
/AWS1/RBMWORLDEXPORTJOBSTATUS
¶
The status of the world export job.
- Pending
The world export job request is pending.
- Running
The world export job is running.
- Completed
The world export job completed.
- Failed
The world export job failed. See
failureCode
for more information.- Canceled
The world export job was cancelled.
- Canceling
The world export job is being cancelled.
iv_createdat
TYPE /AWS1/RBMCREATEDAT
/AWS1/RBMCREATEDAT
¶
The time, in milliseconds since the epoch, when the world export job was created.
it_worlds
TYPE /AWS1/CL_RBMARNS_W=>TT_ARNS
TT_ARNS
¶
A list of worlds.
io_outputlocation
TYPE REF TO /AWS1/CL_RBMOUTPUTLOCATION
/AWS1/CL_RBMOUTPUTLOCATION
¶
outputLocation
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the world export job.
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 |
status¶
The status of the world export job.
- Pending
The world export job request is pending.
- Running
The world export job is running.
- Completed
The world export job completed.
- Failed
The world export job failed. See
failureCode
for more information.- Canceled
The world export job was cancelled.
- Canceling
The world export job is being cancelled.
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 |
createdAt¶
The time, in milliseconds since the epoch, when the world export job 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 |
worlds¶
A list of worlds.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORLDS() |
Getter for WORLDS, with configurable default |
ASK_WORLDS() |
Getter for WORLDS w/ exceptions if field has no value |
HAS_WORLDS() |
Determine if WORLDS has a value |
outputLocation¶
outputLocation
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTLOCATION() |
Getter for OUTPUTLOCATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WORLDEXPORTJOBSUMMARIES
¶
TYPES TT_WORLDEXPORTJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_RBMWORLDEXPORTJOBSUMM WITH DEFAULT KEY
.