DescribeMaintenanceWindowsForTargetRequest
public struct DescribeMaintenanceWindowsForTargetRequest : AWSShapeextension SSM.DescribeMaintenanceWindowsForTargetRequest: AWSPaginateStringTokenUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. DeclarationSwift public let maxResults: Int?
- 
                  
                  The token for the next set of items to return. (You received this token from a previous call.) DeclarationSwift public let nextToken: String?
- 
                  
                  The type of resource you want to retrieve information about. For example, “INSTANCE”. DeclarationSwift public let resourceType: MaintenanceWindowResourceType
- 
                  
                  The instance ID or key/value pair to retrieve information about. DeclarationSwift public let targets: [Target]
- 
                  
                  Undocumented DeclarationSwift public init(maxResults: Int? = nil, nextToken: String? = nil, resourceType: MaintenanceWindowResourceType, targets: [Target])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
- 
                  
                  Undocumented DeclarationSwift public func usingPaginationToken(_ token: String) -> SSM.DescribeMaintenanceWindowsForTargetRequest
 View on GitHub
View on GitHub DescribeMaintenanceWindowsForTargetRequest Structure Reference
        DescribeMaintenanceWindowsForTargetRequest Structure Reference