ListCACertificatesRequest

public struct ListCACertificatesRequest : AWSShape
extension IoT.ListCACertificatesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Determines the order of the results.

    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.ListCACertificatesRequest