MaintenanceWindowIdentityForTarget
public struct MaintenanceWindowIdentityForTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the maintenance window.
Declaration
Swift
public let name: String?
-
The ID of the maintenance window.
Declaration
Swift
public let windowId: String?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, windowId: String? = nil)