/AWS1/CL_COPRECOMMENDATIONEX00¶
Describes a recommendation export job.
Use the DescribeRecommendationExportJobs action to view your recommendation export jobs.
Use the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions to request an export of your recommendations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/COPJOBID /AWS1/COPJOBID¶
The identification number of the export job.
io_destination TYPE REF TO /AWS1/CL_COPEXPORTDESTINATION /AWS1/CL_COPEXPORTDESTINATION¶
An object that describes the destination of the export file.
iv_resourcetype TYPE /AWS1/COPRESOURCETYPE /AWS1/COPRESOURCETYPE¶
The resource type of the exported recommendations.
iv_status TYPE /AWS1/COPJOBSTATUS /AWS1/COPJOBSTATUS¶
The status of the export job.
iv_creationtimestamp TYPE /AWS1/COPCREATIONTIMESTAMP /AWS1/COPCREATIONTIMESTAMP¶
The timestamp of when the export job was created.
iv_lastupdatedtimestamp TYPE /AWS1/COPLASTUPDATEDTIMESTAMP /AWS1/COPLASTUPDATEDTIMESTAMP¶
The timestamp of when the export job was last updated.
iv_failurereason TYPE /AWS1/COPFAILUREREASON /AWS1/COPFAILUREREASON¶
The reason for an export job failure.
Queryable Attributes¶
jobId¶
The identification number of the export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
destination¶
An object that describes the destination of the export file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION |
resourceType¶
The resource type of the exported recommendations.
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 |
status¶
The status of the export job.
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 |
creationTimestamp¶
The timestamp of when the export job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP, with configurable default |
ASK_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP w/ exceptions if field has no v |
HAS_CREATIONTIMESTAMP() |
Determine if CREATIONTIMESTAMP has a value |
lastUpdatedTimestamp¶
The timestamp of when the export job was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP, with configurable default |
ASK_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n |
HAS_LASTUPDATEDTIMESTAMP() |
Determine if LASTUPDATEDTIMESTAMP has a value |
failureReason¶
The reason for an export job failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON 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_RECOMMENDATIONEXPORTJOBS¶
TYPES TT_RECOMMENDATIONEXPORTJOBS TYPE STANDARD TABLE OF REF TO /AWS1/CL_COPRECOMMENDATIONEX00 WITH DEFAULT KEY
.