DescribeAlarmHistoryOutput
public struct DescribeAlarmHistoryOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The alarm histories, in JSON format.
Declaration
Swift
public let alarmHistoryItems: [AlarmHistoryItem]?
-
The token that marks the start of the next batch of returned results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(alarmHistoryItems: [AlarmHistoryItem]? = nil, nextToken: String? = nil)