ListCertificatesByCARequest

public struct ListCertificatesByCARequest : AWSShape
extension IoT.ListCertificatesByCARequest: 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 ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

    Declaration

    Swift

    public let caCertificateId: String
  • 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, caCertificateId: String, marker: String? = nil, pageSize: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IoT.ListCertificatesByCARequest