WeeklyAutoScalingSchedule
public struct WeeklyAutoScalingSchedule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The schedule for Friday.
Declaration
Swift
public let friday: [String : String]? -
The schedule for Monday.
Declaration
Swift
public let monday: [String : String]? -
The schedule for Saturday.
Declaration
Swift
public let saturday: [String : String]? -
The schedule for Sunday.
Declaration
Swift
public let sunday: [String : String]? -
The schedule for Thursday.
Declaration
Swift
public let thursday: [String : String]? -
The schedule for Tuesday.
Declaration
Swift
public let tuesday: [String : String]? -
The schedule for Wednesday.
Declaration
Swift
public let wednesday: [String : String]? -
Undocumented
Declaration
Swift
public init(friday: [String : String]? = nil, monday: [String : String]? = nil, saturday: [String : String]? = nil, sunday: [String : String]? = nil, thursday: [String : String]? = nil, tuesday: [String : String]? = nil, wednesday: [String : String]? = nil)
View on GitHub
WeeklyAutoScalingSchedule Structure Reference