You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::ListCertificatesByCARequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListCertificatesByCARequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  ca_certificate_id: "CertificateId", # required
  page_size: 1,
  marker: "Marker",
  ascending_order: false,
}

The input to the ListCertificatesByCA operation.

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

Returns:

  • (Boolean)

    Specifies the order for results.

#ca_certificate_idString

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

Returns:

  • (String)

    The ID of the CA certificate.

#markerString

The marker for the next set of results.

Returns:

  • (String)

    The marker for the next set of results.

#page_sizeInteger

The result page size.

Returns:

  • (Integer)

    The result page size.