Class: Aws::IoT::Types::ListCACertificatesResponse

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

Overview

The output from the ListCACertificates operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificatesArray<Types::CACertificate>

The CA certificates registered in your Amazon Web Services account.

Returns:



9507
9508
9509
9510
9511
9512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9507

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

#next_markerString

The current position within the list of CA certificates.

Returns:

  • (String)


9507
9508
9509
9510
9511
9512
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9507

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