ListCertificatesRequest
public struct ListCertificatesRequest : AWSShape
extension IoT.ListCertificatesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
Declaration
Swift
public let ascendingOrder: Bool?
-
The marker for the next set of results.
Declaration
Swift
public let marker: String?
-
The result page size.
Declaration
Swift
public let pageSize: Int?
-
Undocumented
Declaration
Swift
public init(ascendingOrder: Bool? = nil, marker: String? = nil, pageSize: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListCertificatesRequest