Class: Aws::IoT::Types::ListCertificatesByCAResponse

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

Overview

The output of the ListCertificatesByCA operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificatesArray<Types::Certificate>

The device certificates signed by the specified CA certificate.

Returns:



9589
9590
9591
9592
9593
9594
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9589

class ListCertificatesByCAResponse < Struct.new(
  :certificates,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

The marker for the next set of results, or null if there are no additional results.

Returns:

  • (String)


9589
9590
9591
9592
9593
9594
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9589

class ListCertificatesByCAResponse < Struct.new(
  :certificates,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end