Skip to main content

IIAMGetServiceLastAccessedDetailsResponse

Interface in AWS.IAM

Interface for GetServiceLastAccessedDetails responses.

Ancestors

Properties

Error

property Error: IIAMErrorDetails

Type: IIAMErrorDetails

Information about the reason the operation failed.

JobCompletionDate

property JobCompletionDate: TOptional<TDateTime>

The date and time when the generated report job was completed or failed.

The field will have no value if the job is still in progress, as indicated by a JobStatus value of IN_PROGRESS.

JobCreationDate

property JobCreationDate: TDateTime

The date and time when the report job was created.

JobStatus

property JobStatus: string

The status of the job.

Valid values: IN_PROGRESS | COMPLETED | FAILED.

JobType

property JobType: string

The type of the job.

Valid values: SERVICE_LEVEL | ACTION_LEVEL.

ServicesLastAccessed

property ServicesLastAccessed: TList<IIAMServiceLastAccessed>

Type: IIAMServiceLastAccessed

Information about the most recent attempts to access the service.