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:



9630
9631
9632
9633
9634
9635
# File 'lib/aws-sdk-iot/types.rb', line 9630

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)


9630
9631
9632
9633
9634
9635
# File 'lib/aws-sdk-iot/types.rb', line 9630

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