/AWS1/CL_SSWSIMULATIONMETADATA¶
A collection of data about the simulation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/SSWSIMSPACEWEAVERRESRC00
/AWS1/SSWSIMSPACEWEAVERRESRC00
¶
The name of the simulation.
iv_arn
TYPE /AWS1/SSWSIMSPACEWEAVERARN
/AWS1/SSWSIMSPACEWEAVERARN
¶
The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
iv_creationtime
TYPE /AWS1/SSWTIMESTAMP
/AWS1/SSWTIMESTAMP
¶
The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
iv_status
TYPE /AWS1/SSWSIMULATIONSTATUS
/AWS1/SSWSIMULATIONSTATUS
¶
The current status of the simulation.
iv_targetstatus
TYPE /AWS1/SSWSIMULATIONTGTSTATUS
/AWS1/SSWSIMULATIONTGTSTATUS
¶
The desired status of the simulation.
Queryable Attributes¶
Name¶
The name of the simulation.
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 |
Arn¶
The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
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 |
CreationTime¶
The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
Status¶
The current status of the simulation.
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 |
TargetStatus¶
The desired status of the simulation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETSTATUS() |
Getter for TARGETSTATUS, with configurable default |
ASK_TARGETSTATUS() |
Getter for TARGETSTATUS w/ exceptions if field has no value |
HAS_TARGETSTATUS() |
Determine if TARGETSTATUS 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_SIMULATIONLIST
¶
TYPES TT_SIMULATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSWSIMULATIONMETADATA WITH DEFAULT KEY
.