ConfigurationRecorderStatus
public struct ConfigurationRecorderStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code indicating that the recording failed.
Declaration
Swift
public let lastErrorCode: String?
-
The message indicating that the recording failed due to an error.
Declaration
Swift
public let lastErrorMessage: String?
-
The time the recorder was last started.
Declaration
Swift
public let lastStartTime: TimeStamp?
-
The last (previous) status of the recorder.
Declaration
Swift
public let lastStatus: RecorderStatus?
-
The time when the status was last changed.
Declaration
Swift
public let lastStatusChangeTime: TimeStamp?
-
The time the recorder was last stopped.
Declaration
Swift
public let lastStopTime: TimeStamp?
-
The name of the configuration recorder.
Declaration
Swift
public let name: String?
-
Specifies whether or not the recorder is currently recording.
Declaration
Swift
public let recording: Bool?
-
init(lastErrorCode:lastErrorMessage:lastStartTime:lastStatus:lastStatusChangeTime:lastStopTime:name:recording:)
Undocumented
Declaration
Swift
public init(lastErrorCode: String? = nil, lastErrorMessage: String? = nil, lastStartTime: TimeStamp? = nil, lastStatus: RecorderStatus? = nil, lastStatusChangeTime: TimeStamp? = nil, lastStopTime: TimeStamp? = nil, name: String? = nil, recording: Bool? = nil)