GetServiceLastAccessedDetailsResponse class

Constructors

GetServiceLastAccessedDetailsResponse({required DateTime jobCompletionDate, required DateTime jobCreationDate, required JobStatusType jobStatus, required List<ServiceLastAccessed> servicesLastAccessed, ErrorDetails? error, bool? isTruncated, AccessAdvisorUsageGranularityType? jobType, String? marker})
GetServiceLastAccessedDetailsResponse.fromXml(XmlElement elem)
factory

Properties

error ErrorDetails?
An object that contains details about the reason the operation failed.
final
hashCode int
The hash code for this object.
no setterinherited
isTruncated bool?
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 the MaxItems number of results even when there are more results available. We recommend that you check IsTruncated after every call to ensure that you receive all your results.
final
jobCompletionDate DateTime
The date and time, in ISO 8601 date-time format, when the generated report job was completed or failed.
final
jobCreationDate DateTime
The date and time, in ISO 8601 date-time format, when the report job was created.
final
jobStatus JobStatusType
The status of the job.
final
jobType AccessAdvisorUsageGranularityType?
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.
final
marker String?
When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicesLastAccessed List<ServiceLastAccessed>
ServiceLastAccessed object that contains details about the most recent attempt to access the service.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited