DescribeMaintenanceWindowsForTargetResult
public struct DescribeMaintenanceWindowsForTargetResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token for the next set of items to return. (You use this token in the next call.)
Declaration
Swift
public let nextToken: String?
-
Information about the maintenance window targets and tasks an instance is associated with.
Declaration
Swift
public let windowIdentities: [MaintenanceWindowIdentityForTarget]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, windowIdentities: [MaintenanceWindowIdentityForTarget]? = nil)