class Aws::IoT::Types::ListCertificatesByCARequest


@return [Boolean]
in ascending order, based on the creation date.
Specifies the order for results. If True, the results are returned
@!attribute [rw] ascending_order
@return [String]
The marker for the next set of results.
@!attribute [rw] marker
@return [Integer]
The result page size.
@!attribute [rw] page_size
@return [String]
certificate.
registered device certificate that were signed by this CA
The ID of the CA certificate. This operation will list all
@!attribute [rw] ca_certificate_id
}
ascending_order: false,
marker: “Marker”,
page_size: 1,
ca_certificate_id: “CertificateId”, # required
{
data as a hash:
@note When making an API call, you may pass ListCertificatesByCARequest
The input to the ListCertificatesByCA operation.