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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The input to the ListCertificatesByCA operation.

Constant Summary collapse

SENSITIVE =
[]

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)


9569
9570
9571
9572
9573
9574
9575
9576
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9569

class ListCertificatesByCARequest < Struct.new(
  :ca_certificate_id,
  :page_size,
  :marker,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#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)


9569
9570
9571
9572
9573
9574
9575
9576
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9569

class ListCertificatesByCARequest < Struct.new(
  :ca_certificate_id,
  :page_size,
  :marker,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker for the next set of results.

Returns:

  • (String)


9569
9570
9571
9572
9573
9574
9575
9576
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9569

class ListCertificatesByCARequest < Struct.new(
  :ca_certificate_id,
  :page_size,
  :marker,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The result page size.

Returns:

  • (Integer)


9569
9570
9571
9572
9573
9574
9575
9576
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9569

class ListCertificatesByCARequest < Struct.new(
  :ca_certificate_id,
  :page_size,
  :marker,
  :ascending_order)
  SENSITIVE = []
  include Aws::Structure
end