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:



10518
10519
10520
10521
10522
10523
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10518

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)


10518
10519
10520
10521
10522
10523
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10518

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