Skip to main content

IIAMGetServiceLastAccessedDetailsWithEntitiesResponse

Interface in AWS.IAM

Interface for GetServiceLastAccessedDetailsWithEntities responses.

Ancestors

Properties

EntityDetailsList

property EntityDetailsList: TList<IIAMEntityDetails>

Type: IIAMEntityDetails

Details about when an IAM entity (user or role) used group or policy permissions in an attempt to access the specified AWS service.

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.