/AWS1/CL_BUPCOPYJOBSUMMARY¶
This is a summary of copy jobs created or running within the most recent 30 days.
The returned summary may contain the following: Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_region TYPE /AWS1/BUPREGION /AWS1/BUPREGION¶
The Amazon Web Services Regions within the job summary.
iv_accountid TYPE /AWS1/BUPACCOUNTID /AWS1/BUPACCOUNTID¶
The account ID that owns the jobs within the summary.
iv_state TYPE /AWS1/BUPCOPYJOBSTATUS /AWS1/BUPCOPYJOBSTATUS¶
This value is job count for jobs with the specified state.
iv_resourcetype TYPE /AWS1/BUPRESOURCETYPE /AWS1/BUPRESOURCETYPE¶
This value is the job count for the specified resource type. The request
GetSupportedResourceTypesreturns strings for supported resource types
iv_messagecategory TYPE /AWS1/BUPMESSAGECATEGORY /AWS1/BUPMESSAGECATEGORY¶
This parameter is the job count for the specified message category.
Example strings include
AccessDenied,Success, andInvalidParameters. See Monitoring for a list of MessageCategory strings.The the value ANY returns count of all message categories.
AGGREGATE_ALLaggregates job counts for all message categories and returns the sum.
iv_count TYPE /AWS1/BUPINTEGER /AWS1/BUPINTEGER¶
The value as a number of jobs in a job summary.
iv_starttime TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP¶
The value of time in number format of a job start time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_endtime TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP¶
The value of time in number format of a job end time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Queryable Attributes¶
Region¶
The Amazon Web Services Regions within the job summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
AccountId¶
The account ID that owns the jobs within the summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
State¶
This value is job count for jobs with the specified state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
ResourceType¶
This value is the job count for the specified resource type. The request
GetSupportedResourceTypesreturns strings for supported resource types
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
MessageCategory¶
This parameter is the job count for the specified message category.
Example strings include
AccessDenied,Success, andInvalidParameters. See Monitoring for a list of MessageCategory strings.The the value ANY returns count of all message categories.
AGGREGATE_ALLaggregates job counts for all message categories and returns the sum.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGECATEGORY() |
Getter for MESSAGECATEGORY, with configurable default |
ASK_MESSAGECATEGORY() |
Getter for MESSAGECATEGORY w/ exceptions if field has no val |
HAS_MESSAGECATEGORY() |
Determine if MESSAGECATEGORY has a value |
Count¶
The value as a number of jobs in a job summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT |
StartTime¶
The value of time in number format of a job start time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The value of time in number format of a job end time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME 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_COPYJOBSUMMARYLIST¶
TYPES TT_COPYJOBSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPCOPYJOBSUMMARY WITH DEFAULT KEY
.