UpdateMaintenanceWindowTargetResult

public struct UpdateMaintenanceWindowTargetResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The updated description.

    Declaration

    Swift

    public let description: String?
  • The updated name.

    Declaration

    Swift

    public let name: String?
  • The updated owner.

    Declaration

    Swift

    public let ownerInformation: String?
  • The updated targets.

    Declaration

    Swift

    public let targets: [Target]?
  • The maintenance window ID specified in the update request.

    Declaration

    Swift

    public let windowId: String?
  • The target ID specified in the update request.

    Declaration

    Swift

    public let windowTargetId: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, name: String? = nil, ownerInformation: String? = nil, targets: [Target]? = nil, windowId: String? = nil, windowTargetId: String? = nil)