PendingMaintenanceActionsMessage
public struct PendingMaintenanceActionsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.
Declaration
Swift
public let marker: String?
-
A list of the pending maintenance actions for the resource.
Declaration
Swift
public let pendingMaintenanceActions: [ResourcePendingMaintenanceActions]?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, pendingMaintenanceActions: [ResourcePendingMaintenanceActions]? = nil)