/AWS1/CL_IAMGETSVCLASTACCEDD01¶
GetServiceLastAccessedDetailsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_jobstatus
TYPE /AWS1/IAMJOBSTATUSTYPE
/AWS1/IAMJOBSTATUSTYPE
¶
The status of the job.
iv_jobcreationdate
TYPE /AWS1/IAMDATETYPE
/AWS1/IAMDATETYPE
¶
The date and time, in ISO 8601 date-time format, when the report job was created.
it_serviceslastaccessed
TYPE /AWS1/CL_IAMSVCLASTACCESSED=>TT_SERVICESLASTACCESSED
TT_SERVICESLASTACCESSED
¶
A
ServiceLastAccessed
object that contains details about the most recent attempt to access the service.
iv_jobcompletiondate
TYPE /AWS1/IAMDATETYPE
/AWS1/IAMDATETYPE
¶
The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.
This field is null if the job is still in progress, as indicated by a job status value of
IN_PROGRESS
.
Optional arguments:¶
iv_jobtype
TYPE /AWS1/IAMACCADVISORUSAGEGRAN00
/AWS1/IAMACCADVISORUSAGEGRAN00
¶
The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.
iv_istruncated
TYPE /AWS1/IAMBOOLEANTYPE
/AWS1/IAMBOOLEANTYPE
¶
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the
Marker
request parameter to retrieve more items. Note that IAM might return fewer than theMaxItems
number of results even when there are more results available. We recommend that you checkIsTruncated
after every call to ensure that you receive all your results.
iv_marker
TYPE /AWS1/IAMRESPONSEMARKERTYPE
/AWS1/IAMRESPONSEMARKERTYPE
¶
When
IsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.
io_error
TYPE REF TO /AWS1/CL_IAMERRORDETAILS
/AWS1/CL_IAMERRORDETAILS
¶
An object that contains details about the reason the operation failed.
Queryable Attributes¶
JobStatus¶
The status of the job.
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 |
JobType¶
The type of job. Service jobs return information about when each service was last accessed. Action jobs also include information about when tracked actions within the service were last accessed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBTYPE() |
Getter for JOBTYPE, with configurable default |
ASK_JOBTYPE() |
Getter for JOBTYPE w/ exceptions if field has no value |
HAS_JOBTYPE() |
Determine if JOBTYPE has a value |
JobCreationDate¶
The date and time, in ISO 8601 date-time format, when the report job was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBCREATIONDATE() |
Getter for JOBCREATIONDATE, with configurable default |
ASK_JOBCREATIONDATE() |
Getter for JOBCREATIONDATE w/ exceptions if field has no val |
HAS_JOBCREATIONDATE() |
Determine if JOBCREATIONDATE has a value |
ServicesLastAccessed¶
A
ServiceLastAccessed
object that contains details about the most recent attempt to access the service.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICESLASTACCESSED() |
Getter for SERVICESLASTACCESSED, with configurable default |
ASK_SERVICESLASTACCESSED() |
Getter for SERVICESLASTACCESSED w/ exceptions if field has n |
HAS_SERVICESLASTACCESSED() |
Determine if SERVICESLASTACCESSED has a value |
JobCompletionDate¶
The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.
This field is null if the job is still in progress, as indicated by a job status value of
IN_PROGRESS
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBCOMPLETIONDATE() |
Getter for JOBCOMPLETIONDATE, with configurable default |
ASK_JOBCOMPLETIONDATE() |
Getter for JOBCOMPLETIONDATE w/ exceptions if field has no v |
HAS_JOBCOMPLETIONDATE() |
Determine if JOBCOMPLETIONDATE has a value |
IsTruncated¶
A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the
Marker
request parameter to retrieve more items. Note that IAM might return fewer than theMaxItems
number of results even when there are more results available. We recommend that you checkIsTruncated
after every call to ensure that you receive all your results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED |
Marker¶
When
IsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
Error¶
An object that contains details about the reason the operation failed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERROR() |
Getter for ERROR |