GetMaintenanceWindowExecutionRequest
public struct GetMaintenanceWindowExecutionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the maintenance window execution that includes the task.
Declaration
Swift
public let windowExecutionId: String
-
Undocumented
Declaration
Swift
public init(windowExecutionId: String)
-
Declaration
Swift
public func validate(name: String) throws