GetCalendarStateRequest
public struct GetCalendarStateRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift 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. DeclarationSwift 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. DeclarationSwift public let calendarNames: [String]
- 
                  
                  Undocumented DeclarationSwift public init(atTime: String? = nil, calendarNames: [String])
 View on GitHub
View on GitHub GetCalendarStateRequest Structure Reference
        GetCalendarStateRequest Structure Reference