DescribeServiceUpdatesMessage
public struct DescribeServiceUpdatesMessage : AWSShape
extension ElastiCache.DescribeServiceUpdatesMessage: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
Declaration
Swift
public let marker: String?
-
The maximum number of records to include in the response
Declaration
Swift
public let maxRecords: Int?
-
The unique ID of the service update
Declaration
Swift
public let serviceUpdateName: String?
-
The status of the service update
Declaration
Swift
public let serviceUpdateStatus: [ServiceUpdateStatus]?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, maxRecords: Int? = nil, serviceUpdateName: String? = nil, serviceUpdateStatus: [ServiceUpdateStatus]? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ElastiCache.DescribeServiceUpdatesMessage