/AWS1/CL_QSTDSCDASHBOARDSNAP01¶
DescribeDashboardSnapshotJobResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_awsaccountid TYPE /AWS1/QSTAWSACCOUNTID /AWS1/QSTAWSACCOUNTID¶
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
iv_dashboardid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The ID of the dashboard that you have started a snapshot job for.
iv_snapshotjobid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJobAPI call.
io_userconfiguration TYPE REF TO /AWS1/CL_QSTSNAPUSERCONFREDA00 /AWS1/CL_QSTSNAPUSERCONFREDA00¶
The user configuration for the snapshot job. This information is provided when you make a
StartDashboardSnapshotJobAPI call.
io_snapshotconfiguration TYPE REF TO /AWS1/CL_QSTSNAPSHOTCONF /AWS1/CL_QSTSNAPSHOTCONF¶
The snapshot configuration of the job. This information is provided when you make a
StartDashboardSnapshotJobAPI call.
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job with a
StartDashboardSnapshotJobAPI call.
iv_jobstatus TYPE /AWS1/QSTSNAPSHOTJOBSTATUS /AWS1/QSTSNAPSHOTJOBSTATUS¶
Indicates the status of a job. The status updates as the job executes. This shows one of the following values.
COMPLETED- The job was completed successfully.
FAILED- The job failed to execute.
QUEUED- The job is queued and hasn't started yet.
RUNNING- The job is still running.
iv_createdtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The time that the snapshot job was created.
iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The time that the snapshot job status was last updated.
iv_requestid TYPE /AWS1/QSTNONEMPTYSTRING /AWS1/QSTNONEMPTYSTRING¶
The Amazon Web Services request ID for this operation.
iv_status TYPE /AWS1/QSTSTATUSCODE /AWS1/QSTSTATUSCODE¶
The HTTP status of the request
Queryable Attributes¶
AwsAccountId¶
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSACCOUNTID() |
Getter for AWSACCOUNTID, with configurable default |
ASK_AWSACCOUNTID() |
Getter for AWSACCOUNTID w/ exceptions if field has no value |
HAS_AWSACCOUNTID() |
Determine if AWSACCOUNTID has a value |
DashboardId¶
The ID of the dashboard that you have started a snapshot job for.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DASHBOARDID() |
Getter for DASHBOARDID, with configurable default |
ASK_DASHBOARDID() |
Getter for DASHBOARDID w/ exceptions if field has no value |
HAS_DASHBOARDID() |
Determine if DASHBOARDID has a value |
SnapshotJobId¶
The ID of the job to be described. The job ID is set when you start a new job with a
StartDashboardSnapshotJobAPI call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNAPSHOTJOBID() |
Getter for SNAPSHOTJOBID, with configurable default |
ASK_SNAPSHOTJOBID() |
Getter for SNAPSHOTJOBID w/ exceptions if field has no value |
HAS_SNAPSHOTJOBID() |
Determine if SNAPSHOTJOBID has a value |
UserConfiguration¶
The user configuration for the snapshot job. This information is provided when you make a
StartDashboardSnapshotJobAPI call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERCONFIGURATION() |
Getter for USERCONFIGURATION |
SnapshotConfiguration¶
The snapshot configuration of the job. This information is provided when you make a
StartDashboardSnapshotJobAPI call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNAPSHOTCONFIGURATION() |
Getter for SNAPSHOTCONFIGURATION |
Arn¶
The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job with a
StartDashboardSnapshotJobAPI call.
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 |
JobStatus¶
Indicates the status of a job. The status updates as the job executes. This shows one of the following values.
COMPLETED- The job was completed successfully.
FAILED- The job failed to execute.
QUEUED- The job is queued and hasn't started yet.
RUNNING- The job is still running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATUS() |
Getter for JOBSTATUS, with configurable default |
ASK_JOBSTATUS() |
Getter for JOBSTATUS w/ exceptions if field has no value |
HAS_JOBSTATUS() |
Determine if JOBSTATUS has a value |
CreatedTime¶
The time that the snapshot job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastUpdatedTime¶
The time that the snapshot job status was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
RequestId¶
The Amazon Web Services request ID for this operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |
Status¶
The HTTP status of the request
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |