Class: Aws::IoT::Types::ListCertificatesResponse

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

Overview

The output of the ListCertificates operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificatesArray<Types::Certificate>

The descriptions of the certificates.

Returns:



10553
10554
10555
10556
10557
10558
# File 'lib/aws-sdk-iot/types.rb', line 10553

class ListCertificatesResponse < 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)


10553
10554
10555
10556
10557
10558
# File 'lib/aws-sdk-iot/types.rb', line 10553

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