Class: Aws::IoT::Types::ListCACertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCACertificatesResponse
- 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
-
#certificates ⇒ Array<Types::CACertificate>
The CA certificates registered in your Amazon Web Services account.
-
#next_marker ⇒ String
The current position within the list of CA certificates.
Instance Attribute Details
#certificates ⇒ Array<Types::CACertificate>
The CA certificates registered in your Amazon Web Services account.
10436 10437 10438 10439 10440 10441 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10436 class ListCACertificatesResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
The current position within the list of CA certificates.
10436 10437 10438 10439 10440 10441 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10436 class ListCACertificatesResponse < Struct.new( :certificates, :next_marker) SENSITIVE = [] include Aws::Structure end |