ProfilingStatus
public struct ProfilingStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time when the profiling agent most recently pinged back. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
Declaration
Swift
public let latestAgentOrchestratedAt: TimeStamp?
-
The date and time when the most recent profile was received. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
Declaration
Swift
public let latestAgentProfileReportedAt: TimeStamp?
-
An AggregatedProfileTime object that contains the aggregation period and start time for an aggregated profile.
Declaration
Swift
public let latestAggregatedProfile: AggregatedProfileTime?
-
Undocumented
Declaration
Swift
public init(latestAgentOrchestratedAt: TimeStamp? = nil, latestAgentProfileReportedAt: TimeStamp? = nil, latestAggregatedProfile: AggregatedProfileTime? = nil)