GetCalendarStateRequest

public struct GetCalendarStateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • (Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you do not add AtTime, the current time is assumed.

    Declaration

    Swift

    public let atTime: String?
  • The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar entries for which you want to get the state.

    Declaration

    Swift

    public let calendarNames: [String]
  • Undocumented

    Declaration

    Swift

    public init(atTime: String? = nil, calendarNames: [String])