DescribeAvailabilityMonitorTestOutput
public struct DescribeAvailabilityMonitorTestOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let gatewayARN: String?
-
The time the High Availability monitoring test was started. If a test hasn’t been performed, the value of this field is null.
Declaration
Swift
public let startTime: TimeStamp?
-
The status of the High Availability monitoring test. If a test hasn’t been performed, the value of this field is null.
Declaration
Swift
public let status: AvailabilityMonitorTestStatus?
-
Undocumented
Declaration
Swift
public init(gatewayARN: String? = nil, startTime: TimeStamp? = nil, status: AvailabilityMonitorTestStatus? = nil)