GetCalendarStateResponse
public struct GetCalendarStateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time, as an ISO 8601 string, that you specified in your command. If you did not specify a time, GetCalendarState uses the current time.
Declaration
Swift
public let atTime: String?
-
The time, as an ISO 8601 string, that the calendar state will change. If the current calendar state is OPEN, NextTransitionTime indicates when the calendar state changes to CLOSED, and vice-versa.
Declaration
Swift
public let nextTransitionTime: String?
-
The state of the calendar. An OPEN calendar indicates that actions are allowed to proceed, and a CLOSED calendar indicates that actions are not allowed to proceed.
Declaration
Swift
public let state: CalendarState?
-
Undocumented
Declaration
Swift
public init(atTime: String? = nil, nextTransitionTime: String? = nil, state: CalendarState? = nil)