/AWS1/CL_PTSRESRCSNAPJOBSUMM¶
An object that contains a Resource Snapshot Job
's subset of fields.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/PTSRESOURCESNAPSHOTJOBID
/AWS1/PTSRESOURCESNAPSHOTJOBID
¶
The unique identifier for the resource snapshot job within the AWS Partner Central system. This ID is used for direct references to the job within the service.
iv_arn
TYPE /AWS1/PTSRESOURCESNAPJOBARN
/AWS1/PTSRESOURCESNAPJOBARN
¶
The Amazon Resource Name (ARN) for the resource snapshot job.
iv_engagementid
TYPE /AWS1/PTSENGAGEMENTIDENTIFIER
/AWS1/PTSENGAGEMENTIDENTIFIER
¶
The unique identifier of the Engagement.
iv_status
TYPE /AWS1/PTSRESOURCESNAPJOBSTATUS
/AWS1/PTSRESOURCESNAPJOBSTATUS
¶
The current status of the snapshot job.
Valid values:
STOPPED: The job is not currently running.
RUNNING: The job is actively executing.
Queryable Attributes¶
Id¶
The unique identifier for the resource snapshot job within the AWS Partner Central system. This ID is used for direct references to the job within the service.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Arn¶
The Amazon Resource Name (ARN) for the resource snapshot 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 |
EngagementId¶
The unique identifier of the Engagement.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENGAGEMENTID() |
Getter for ENGAGEMENTID, with configurable default |
ASK_ENGAGEMENTID() |
Getter for ENGAGEMENTID w/ exceptions if field has no value |
HAS_ENGAGEMENTID() |
Determine if ENGAGEMENTID has a value |
Status¶
The current status of the snapshot job.
Valid values:
STOPPED: The job is not currently running.
RUNNING: The job is actively executing.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCESNAPJOBSUMMARYLIST
¶
TYPES TT_RESOURCESNAPJOBSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTSRESRCSNAPJOBSUMM WITH DEFAULT KEY
.