StartMonitoringScheduleRequest
public struct StartMonitoringScheduleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the schedule to start.
Declaration
Swift
public let monitoringScheduleName: String
-
Undocumented
Declaration
Swift
public init(monitoringScheduleName: String)
-
Declaration
Swift
public func validate(name: String) throws