ListLayersRequest
public struct ListLayersRequest : AWSShape
extension Lambda.ListLayersRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A runtime identifier. For example, go1.x.
Declaration
Swift
public let compatibleRuntime: Runtime?
-
A pagination token returned by a previous call.
Declaration
Swift
public let marker: String?
-
The maximum number of layers to return.
Declaration
Swift
public let maxItems: Int?
-
Undocumented
Declaration
Swift
public init(compatibleRuntime: Runtime? = nil, marker: String? = nil, maxItems: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Lambda.ListLayersRequest